From 477fb4dae41caf5e6049160d50e1ca4fe071ef6f Mon Sep 17 00:00:00 2001 From: Dragyx <66752602+Dragyx@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:09:18 +0200 Subject: [PATCH] Fix gnome-keyring option --- modules/gui/WM/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/WM/hyprland.nix b/modules/gui/WM/hyprland.nix index 0d1e3ae..f332a5f 100644 --- a/modules/gui/WM/hyprland.nix +++ b/modules/gui/WM/hyprland.nix @@ -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" ];