diff options
author | Ben Sima <ben@bsima.me> | 2019-04-08 09:44:02 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-08 09:44:02 -0700 |
commit | 3c3d48174f1388106e78a446d53cb28e41a1a092 (patch) | |
tree | 0d165fdd742e01ca8714ce8a11a3100c628f0cba /linux.nix | |
parent | b3c91fcd92c9d7d46a57e10734bf40d20b9940e6 (diff) |
Add pinentry and evil-surround
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ let in { imports = [ ./common.nix ./email.nix ]; + home.packages = [ pkgs.gnupg pkgs.pinentry ]; fonts.fontconfig.enableProfileFonts = true; xresources = { |