about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-30 15:39:58 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-30 15:39:58 +0100
commitdf715a93671c5ab145bda819dee435f5fbfdc888 (patch)
tree88dd619b0e426556acfc21fa1d2b7fd8566dda94 /hosts/home.nix
parentUpdate (diff)
downloadnixos-config-df715a93671c5ab145bda819dee435f5fbfdc888.tar.gz
nixos-config-df715a93671c5ab145bda819dee435f5fbfdc888.tar.bz2
nixos-config-df715a93671c5ab145bda819dee435f5fbfdc888.zip
Home: Disable emacs
Diffstat (limited to '')
-rw-r--r--hosts/home.nix2
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