1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Merge keys.nix into secrets.nix

This commit is contained in:
RGBCube 2024-01-12 15:08:29 +03:00
parent bccc3a90fa
commit 0b6ce6377a
No known key found for this signature in database
4 changed files with 14 additions and 14 deletions

View file

@ -133,7 +133,7 @@
};
in defaults // other;
keys = import ./secrets/keys.nix;
keys = (import ./secrets/secrets.nix).keys;
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
cornerRadius = 8;