about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-17 18:44:03 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-17 18:44:03 +0100
commit0e707c4c4ae488531ac7d39997b909d9d34d8488 (patch)
treefca1915f0b3c95e6ed08ff52cf84c12bfb39a5e8 /hosts
parentDofiles: Emacs: Add leader keybinds (diff)
downloadnixos-config-0e707c4c4ae488531ac7d39997b909d9d34d8488.tar.gz
nixos-config-0e707c4c4ae488531ac7d39997b909d9d34d8488.tar.bz2
nixos-config-0e707c4c4ae488531ac7d39997b909d9d34d8488.zip
Dofiles: Emacs: Add shell-pop
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 6cd8486..7de1dcc 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -187,6 +187,8 @@
         treemacs
         minimap
         centaur-tabs
+
+	shell-pop
       ];
       extraConfig = builtins.readFile "${dotfiles}/.emacs";
     };