summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-11-07 11:20:10 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-11-07 11:20:10 +0100
commit7ca519190e5be40ccae0d8b12a17c36e5469e230 (patch)
treed9b56f83e28b288e97751f1bdd09061107baeb10 /nix
parentf16cd1633c4b3dc0c4dbcd84a53a71ba24dbc136 (diff)
works for nix now too
Diffstat (limited to 'nix')
-rw-r--r--nix/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index aa6f3e0..2ee63d0 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -32,6 +32,7 @@
w3m
firefox
wget
+ tmux
curl
dmenu
pass
@@ -40,14 +41,16 @@
neomutt
acpi
ranger
+ ncdu
mpc_cli
lm_sensors
+ pinentry-curses
];
programs.gnupg.agent = {
enable = true;
- pinentryFlavor = "gtk2";
enableSSHSupport = true;
+ pinentryFlavor = null;
};
programs.zsh.enable = true;