about summary refs log tree commit diff
path: root/home/modules/emacs.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-04T17·14-0400
committerGriffin Smith <root@gws.fyi>2020-05-04T17·14-0400
commit7221955a24fa32ce30cf36ee93cdaadb2390985c (patch)
tree0ff6c3254aa35dd94835acd9dfceb0b788593833 /home/modules/emacs.nix
parent73e59d225a0515dc9f9b7bfc6d48f700623875e4 (diff)
Emacs needs gnutls
Diffstat (limited to 'home/modules/emacs.nix')
-rw-r--r--home/modules/emacs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/modules/emacs.nix b/home/modules/emacs.nix
index cb78db7feb..e7543eb168 100644
--- a/home/modules/emacs.nix
+++ b/home/modules/emacs.nix
@@ -28,6 +28,8 @@ in {
     })
 
     ispell
+
+    gnutls
   ];
 
   programs.emacs.enable = true;