From ed74e0169159166db4245c7313f959d558732fde Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 26 Jan 2026 16:14:16 +0000 Subject: [PATCH] Keepass keep db alive and Keyboard fix --- nixos/configuration.nix | 3 --- nixos/home.nix | 8 +++++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c15a3b5c..12c116c3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -51,9 +51,6 @@ # Enable CUPS to print documents services.printing.enable = true; - # Enable dconf - programs.dconf.enable = true; - # Enable sound with pipewire services.pulseaudio.enable = false; security.rtkit.enable = true; diff --git a/nixos/home.nix b/nixos/home.nix index 64c1498d..ec78df6b 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -117,6 +117,12 @@ SSHAgent = { Enabled = true; }; + Security = { + LockDatabaseIdle = false; + LockDatabaseIdleSeconds = 0; + LockDatabaseMinimize = false; + LockDatabaseScreenLock = false; + }; }; }; @@ -218,7 +224,7 @@ }; "org/gnome/desktop/input-sources" = { show-all-sources = true; - sources = [ ["xkb" "us+altgr-intl"] ]; + sources = [ (lib.hm.gvariant.mkTuple [ "xkb" "us+altgr-intl" ]) ]; xkb-options = [ "terminate:ctrl_alt_bksp" ]; }; "org/gnome/desktop/interface" = {