diff options
Diffstat (limited to 'hosts/home.nix')
-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 |