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/common.nix | 1 - lib/linux.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/common.nix b/lib/common.nix index 1c61c59..7177359 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -268,7 +268,6 @@ in { programs.jujutsu = { enable = true; - enableBashIntegration = true; }; programs.tmux = { 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