Fix gnome-keyring option

This commit is contained in:
Dragyx 2024-04-21 20:09:18 +02:00
commit 07e5ba41c0

View file

@ -18,7 +18,7 @@ in
programs.hyprland = {
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 {
description = "polkit-gnome-authentication-agent-1";
wantedBy = [ "graphical-session.target" ];