summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-07 14:13:46 -0700
committerBen Sima <ben@bsima.me>2019-05-07 14:13:46 -0700
commit3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 (patch)
tree59a17eee841072cc3b25555dcc0d87438cb86187 /linux.nix
parent479742da8a3c83d92997a31a4c58608a65ebc8af (diff)
add helium and refactor lithium
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux.nix b/linux.nix
index 62ea2d8..af0cb60 100644
--- a/linux.nix
+++ b/linux.nix
@@ -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
'';
};
};