From a7035ac79916dcd1e02ed19be92b5cbf5a163382 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 20 Oct 2024 13:26:30 +0200 Subject: [PATCH] temperance/configuration.nix: disable emacs --- hosts/temperance/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index b1b1b32..60a6e9a 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -24,7 +24,7 @@ impermanence.enable = true; programs = { editors = { - emacs.enable = true; + emacs.enable = false; # only emacs for me, right now. neovim.enable = true; # sadly just not advanced enough, yet.