summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c85d967..a6a46f9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,7 +53,14 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
+ sops-nix.nixosModules.sops
./hosts/toaster
+ ./modules/basic-tools.nix
+ ./modules/binary-caches.nix
+ ./modules/devtools.nix
+ ./modules/gnupg.nix
+ ./modules/sway.nix
+ ./modules/tlp.nix
];
};