diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-17 18:44:03 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-17 18:44:03 +0100 |
commit | 0e707c4c4ae488531ac7d39997b909d9d34d8488 (patch) | |
tree | fca1915f0b3c95e6ed08ff52cf84c12bfb39a5e8 /hosts/home.nix | |
parent | Dofiles: Emacs: Add leader keybinds (diff) | |
download | nixos-config-0e707c4c4ae488531ac7d39997b909d9d34d8488.tar.gz nixos-config-0e707c4c4ae488531ac7d39997b909d9d34d8488.tar.bz2 nixos-config-0e707c4c4ae488531ac7d39997b909d9d34d8488.zip |
Dofiles: Emacs: Add shell-pop
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 2 |
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"; }; |