mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(package): move gnome-keyring to niri
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user