fix: move noctalia to niri only

This commit is contained in:
2026-04-26 16:37:29 +02:00
parent 9b3f9ddb77
commit 9d9cdce774
+9 -1
View File
@@ -62,7 +62,6 @@
inputs.spotiflac-cli.packages.${stdenv.hostPlatform.system}.default
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
gnome-keyring
]
++ (
@@ -150,6 +149,15 @@
]
else
[ ]
)
++ (
if currentSystemDe == "niri" then
[
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
]
else
[ ]
);
}