summaryrefslogtreecommitdiff
path: root/home/wayland/noctalia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland/noctalia.nix')
-rw-r--r--home/wayland/noctalia.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/wayland/noctalia.nix b/home/wayland/noctalia.nix
new file mode 100644
index 0000000..e0b402d
--- /dev/null
+++ b/home/wayland/noctalia.nix
@@ -0,0 +1,8 @@
+{ inputs, ... }:
+{
+ imports = [ inputs.noctalia.homeModules.default ];
+
+ programs.noctalia-shell = {
+ enable = true;
+ };
+}