diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index b8daadc..c873ef3 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -12,6 +12,11 @@ restic ]; + services.gpg-agent = { + enable = true; + pinentryFlavor = "curses"; + }; + ## TODO programs.tmux.prefix newSession plugins etc programs.tmux = { enable = true;