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 | |
parent | b3c91fcd92c9d7d46a57e10734bf40d20b9940e6 (diff) |
Add pinentry and evil-surround
-rw-r--r-- | emacs-packages.nix | 1 | ||||
-rw-r--r-- | linux.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emacs-packages.nix b/emacs-packages.nix index 83db2dd..9dc7db4 100644 --- a/emacs-packages.nix +++ b/emacs-packages.nix @@ -28,6 +28,7 @@ evil-collection melpaStablePackages.evil-escape evil-magit evil-org +evil-surround emojify eyebrowse git-gutter-plus @@ -16,6 +16,7 @@ let in { imports = [ ./common.nix ./email.nix ]; + home.packages = [ pkgs.gnupg pkgs.pinentry ]; fonts.fontconfig.enableProfileFonts = true; xresources = { |