about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 21:55:12 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 21:55:12 +0200
commitdb6173a246cc652be2874c10f801438d2cc8fb90 (patch)
tree6513cf86dea6e49fc23101ecbfa92ea3a8949054 /hosts/home.nix
parentHosts: Add kubernetes packages (diff)
downloadnixos-config-db6173a246cc652be2874c10f801438d2cc8fb90.tar.gz
nixos-config-db6173a246cc652be2874c10f801438d2cc8fb90.tar.bz2
nixos-config-db6173a246cc652be2874c10f801438d2cc8fb90.zip
Hosts: Disable emacs daemon
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index f63bc07..9123686 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -111,7 +111,7 @@
     };
 
     emacs = {
-      enable = true;
+      enable = false;
       startWithUserSession = true;
     };