summaryrefslogtreecommitdiff
path: root/modules/hm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hm/default.nix')
-rw-r--r--modules/hm/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/hm/default.nix b/modules/hm/default.nix
new file mode 100644
index 0000000..d388717
--- /dev/null
+++ b/modules/hm/default.nix
@@ -0,0 +1,12 @@
+{ ... }:
+{
+ imports = [
+ ./editors/default.nix
+ ./programs/default.nix
+ ./terminal/default.nix
+ ./wayland/default.nix
+
+ ./git.nix
+ ./xdg.nix
+ ];
+}