diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/apps/caelestia/scheme.nix | 5 | ||||
| -rw-r--r-- | home/gpg.nix | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/home/apps/caelestia/scheme.nix b/home/apps/caelestia/scheme.nix index 06991d9..ac4042c 100644 --- a/home/apps/caelestia/scheme.nix +++ b/home/apps/caelestia/scheme.nix @@ -1,11 +1,10 @@ { lib, config, - inputs, ... -}: -with inputs.self.lib; let +}: let inherit (lib) mkIf; + inherit (lib.colors) mixColor; cfg = config.apps.caelestia; theme = config.theme.colors; in { diff --git a/home/gpg.nix b/home/gpg.nix index ae2614c..bbfbbeb 100644 --- a/home/gpg.nix +++ b/home/gpg.nix @@ -14,7 +14,7 @@ # source = path; # trust = 5; # }) - # inputs.self.lib.gpgKeys; + # lib.files.gpgKeys; }; # global gpg agent |