diff options
| author | adikro <adikro@disroot.org> | 2025-11-18 15:44:45 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-18 15:44:45 +0100 |
| commit | f685be6aea021196ee40d909aab0ab6241eef397 (patch) | |
| tree | 6c67be8fc3c3b6a54bea825dcc0d036b723252f9 /home/wayland | |
| parent | 18651b7c572145497f05874126346a5f6af0dd60 (diff) | |
.
Diffstat (limited to 'home/wayland')
| -rw-r--r-- | home/wayland/noctalia.nix | 8 |
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; + }; +} |
