about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 09:23:03 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 09:23:03 -0800
commit25aac7308ac1b08fd44329bbc51602457a58f2be (patch)
tree1f69041fa7f57ee19a6847357cf4767c0e0fdc92
parentsystems: default configuration for all systems (diff)
downloadworld-25aac7308ac1b08fd44329bbc51602457a58f2be.tar.gz
carmel: apply systems and desktop modules
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d84a40f..5c5f782 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,8 @@
         modules = [
           ./hosts/carmel/configuration.nix
           ./users/fcuny
+          ./modules/systems
+          ./modules/desktop
         ];
       };
     };