fix(package): move gnome-keyring to niri

This commit is contained in:
2026-05-10 08:27:47 +02:00
parent 160501d74f
commit 251f4d70e1
+1 -2
View File
@@ -62,8 +62,6 @@
inputs.nixvim.packages.${stdenv.hostPlatform.system}.default # The only and one great editor improved even further
inputs.spotiflac-cli.packages.${stdenv.hostPlatform.system}.default
gnome-keyring
]
++ (
if currentSystemDe != "none" then
@@ -155,6 +153,7 @@
++ (
if currentSystemDe == "niri" then
[
gnome-keyring
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
]