diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 15:39:58 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 15:39:58 +0100 |
commit | df715a93671c5ab145bda819dee435f5fbfdc888 (patch) | |
tree | 88dd619b0e426556acfc21fa1d2b7fd8566dda94 /hosts/home.nix | |
parent | Update (diff) | |
download | nixos-config-df715a93671c5ab145bda819dee435f5fbfdc888.tar.gz nixos-config-df715a93671c5ab145bda819dee435f5fbfdc888.tar.bz2 nixos-config-df715a93671c5ab145bda819dee435f5fbfdc888.zip |
Home: Disable emacs
Diffstat (limited to '')
-rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 023dcd1..0c10d60 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -174,7 +174,7 @@ }; emacs = { - enable = true; + enable = false; extraPackages = epkgs: with epkgs; [ direnv |