aboutsummaryrefslogtreecommitdiff
path: root/user/wm/default.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2025-12-20 13:16:20 -0500
committerRosa <rosaontheweb@proton.me>2025-12-20 13:30:34 -0500
commitca9e1f1fb8126b34ca95fca78965c1d782a30102 (patch)
tree65b8e7e9125e3c9f2f4c72e15afa47fb6fe8c8ec /user/wm/default.nix
init
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
+ ];
+}