summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fe9eee0..2d0988b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
update-systemd-resolved.inputs.nixpkgs.follows = "nixpkgs";
};
- outputs = { self, nixpkgs, utils, home-manager, helix, hyprland, agenix, update-systemd-resolved, ... }@inputs:
+ outputs = { self, utils, home-manager, agenix, update-systemd-resolved, ... }@inputs:
utils.lib.mkFlake {
inherit self inputs;
@@ -24,11 +24,11 @@
agenix.nixosModules.default
./config/shared.nix
- ./config/agenix.nix
];
hosts.work.modules = [
update-systemd-resolved.nixosModules.update-systemd-resolved
+ ./config/agenix.nix
./hosts/work.nix
];
hosts.tarrel.modules = [./hosts/tarrel.nix];