aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/default.nix b/modules/default.nix
index e62353b..83c02be 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -1,6 +1,12 @@
{
+ config,
+ lib,
+ options,
+ ...
+}:
+{
imports = [
- ./swayfx.nix
- ./tuigreet.nix
+ ./desktop.nix
+ ./doas.nix
];
}