From e10e53f079f05ad9f7513df650385555c69b4ba2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 11 Nov 2024 10:26:39 -0500 Subject: updates for nixos-24 --- lib/linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/linux.nix') diff --git a/lib/linux.nix b/lib/linux.nix index aedb46f..a86929e 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -85,7 +85,7 @@ in xsel #xterm yank - youtube-dl + yt-dlp zathura ]; }; @@ -186,7 +186,7 @@ in enableScDaemon = true; # smart card support enableSshSupport = true; maxCacheTtl = 86400; # 24 hours - pinentryFlavor = "curses"; + #pinentryPackage = pkgs.pinentry-all; verbose = true; extraConfig = '' allow-emacs-pinentry -- cgit v1.2.3