diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-16 21:18:51 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-16 21:18:51 +0100 |
commit | 29759971a2132aefacd1a520b4cf1e6a7ae5a62a (patch) | |
tree | 9081da9d2e9811dd2715012d1821cc0169791e17 /hosts | |
parent | Dofiles: Emacs: Add gotest (diff) | |
download | nixos-config-29759971a2132aefacd1a520b4cf1e6a7ae5a62a.tar.gz nixos-config-29759971a2132aefacd1a520b4cf1e6a7ae5a62a.tar.bz2 nixos-config-29759971a2132aefacd1a520b4cf1e6a7ae5a62a.zip |
Hosts: Preinstall missing emacs packages
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 9b2a1b8..660664a 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -180,9 +180,10 @@ treesit-auto go-mode + gotest rustic - dired-sidebar + treemacs minimap centaur-tabs ]; |