summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/nixos/personal/gui.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/personal/gui.nix b/modules/nixos/personal/gui.nix
index 1c69daa..b3172c9 100644
--- a/modules/nixos/personal/gui.nix
+++ b/modules/nixos/personal/gui.nix
@@ -49,6 +49,7 @@ in
xkb.layout = config.personal.hardware.keyboard.keyMap;
autoRepeatDelay = 200;
};
+ services.gnome.gnome-keyring.enable = lib.mkForce false;
}
# fragile conf
(lib.mkIf cfg.i3.enable {