diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 21:55:12 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 21:55:12 +0200 |
commit | db6173a246cc652be2874c10f801438d2cc8fb90 (patch) | |
tree | 6513cf86dea6e49fc23101ecbfa92ea3a8949054 /hosts/home.nix | |
parent | Hosts: Add kubernetes packages (diff) | |
download | nixos-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.nix | 2 |
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; }; |