aboutsummaryrefslogtreecommitdiff
path: root/user/wm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/wm/default.nix')
-rw-r--r--user/wm/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/user/wm/default.nix b/user/wm/default.nix
new file mode 100644
index 0000000..2925257
--- /dev/null
+++ b/user/wm/default.nix
@@ -0,0 +1,7 @@
+{ config, ... }:
+{
+ imports = [
+ ./librewolf.nix
+ ./niri
+ ];
+}