diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ in "bar/top" = { font-0 = "mononoki:size-10"; monitor = "\${env:MONITOR:eDP1}"; - monitor-fallback = "HDMI1"; + monitor-fallback = "\${env:MONITOR:eDP-1}"; width = "100%"; height = "2%"; radius = 0; @@ -178,13 +178,13 @@ in gpg-agent = { enable = true; + enableScDaemon = true; defaultCacheTtl = 72000; maxCacheTtl = 7200; enableSshSupport = true; verbose = true; extraConfig = '' allow-emacs-pinentry - #pinentry-program /home/ben/.nix-profile/bin/pinentry-tty ''; }; }; |