From 3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 7 May 2019 14:13:46 -0700 Subject: add helium and refactor lithium --- linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux.nix') 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 ''; }; }; -- cgit v1.2.3