about summary refs log tree commit diff
path: root/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.nix')
-rw-r--r--emacs.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs.nix b/emacs.nix
index 6f154ccccbc2..633b83be243b 100644
--- a/emacs.nix
+++ b/emacs.nix
@@ -60,7 +60,12 @@ nix-mode = with pkgs; emacsPackagesNg.melpaBuild {
 
 in emacsWithPackages(epkgs:
   # Pinned packages:
-  (with pkgs.pinnedEmacs; [ exwm ]) ++
+  (with pkgs.pinnedEmacs; [
+    exwm
+    ivy
+    ivy-gitlab
+    ivy-pass
+  ]) ++
 
   # Actual ELPA packages (the enlightened!)
   (with epkgs.elpaPackages; [