home: fix gnome-kering package path
This commit is contained in:
parent
f14435c34c
commit
cc115e2fda
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
, ...
|
||||
}:
|
||||
let
|
||||
gnome-keyring-daemon = "${pkgs.gnome.gnome-keyring}/bin/gnome-keyring-daemon";
|
||||
gnome-keyring-daemon = "${pkgs.gnome-keyring}/bin/gnome-keyring-daemon";
|
||||
hyprland = "${config.wayland.windowManager.hyprland.finalPackage}/bin/Hyprland";
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue