Fix gnome-keyring option
This commit is contained in:
parent
1d8160ed24
commit
07e5ba41c0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
services.gnome.gnome-keyring.enable = mkDefault cfg.gnome-keyring;
|
services.gnome.gnome-keyring.enable = cfg.gnome-keyring;
|
||||||
systemd.user.services.polkit-gnome-authentication-agent-1 = mkIf cfg.gnome-keyring {
|
systemd.user.services.polkit-gnome-authentication-agent-1 = mkIf cfg.gnome-keyring {
|
||||||
description = "polkit-gnome-authentication-agent-1";
|
description = "polkit-gnome-authentication-agent-1";
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue