diff options
| author | Grigory Shipunov | 2023-01-22 23:07:29 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-22 23:27:39 +0100 |
| commit | a2732c6e6ace0faebbc0b78b4010315709fac9c4 (patch) | |
| tree | 0d61a6268f4c82281265809ea94121e8e07ba7df /flake.nix | |
| parent | c16ef44b2dfed55daa2e63a52d8a6fbb4ea0077e (diff) | |
be a bit smarter about fzf module
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,7 +57,7 @@ ./hosts/toaster - ./modules/basic-tools.nix + ./modules/basic-tools ./modules/binary-caches.nix ./modules/devtools.nix ./modules/gnupg.nix @@ -77,7 +77,7 @@ ./hosts/microwave - ./modules/basic-tools.nix + ./modules/basic-tools ./modules/binary-caches.nix ./modules/devtools.nix ./modules/gnupg.nix @@ -93,7 +93,7 @@ modules = [ sops-nix.nixosModules.sops ./hosts/cirrus - ./modules/basic-tools.nix + ./modules/basic-tools ]; }; @@ -104,7 +104,7 @@ sops-nix.nixosModules.sops microvm.nixosModules.host ./hosts/dishwasher - ./modules/basic-tools.nix + ./modules/basic-tools ./modules/binary-caches.nix { |
