diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-19 00:06:39 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-19 00:06:39 +0100 |
commit | c5a4e002635b433bcca586b014e987268d54c290 (patch) | |
tree | d35f088f2787f8489ff0dfee5a22e55d30ff3ac1 /hosts | |
parent | Dotfiles: Nvim: Install copilot (diff) | |
download | nixos-config-c5a4e002635b433bcca586b014e987268d54c290.tar.gz nixos-config-c5a4e002635b433bcca586b014e987268d54c290.tar.bz2 nixos-config-c5a4e002635b433bcca586b014e987268d54c290.zip |
Dofiles: Emacs: Add eat terminal
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 0204918..a242397 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -188,7 +188,8 @@ minimap centaur-tabs - shell-pop + shell-pop + eat ]; extraConfig = builtins.readFile "${dotfiles}/.emacs"; }; |