diff options
author | Ben Sima <ben@bsima.me> | 2019-05-07 14:13:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-07 14:13:46 -0700 |
commit | 3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 (patch) | |
tree | 59a17eee841072cc3b25555dcc0d87438cb86187 /linux.nix | |
parent | 479742da8a3c83d92997a31a4c58608a65ebc8af (diff) |
add helium and refactor lithium
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 ''; }; }; |