mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix: move noctalia to niri only
This commit is contained in:
@@ -62,7 +62,6 @@
|
|||||||
|
|
||||||
inputs.spotiflac-cli.packages.${stdenv.hostPlatform.system}.default
|
inputs.spotiflac-cli.packages.${stdenv.hostPlatform.system}.default
|
||||||
|
|
||||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
@@ -150,6 +149,15 @@
|
|||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
|
)
|
||||||
|
++ (
|
||||||
|
if currentSystemDe == "niri" then
|
||||||
|
[
|
||||||
|
|
||||||
|
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
]
|
||||||
|
else
|
||||||
|
[ ]
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user