From 37a4d293a518829988517ea80b4466379bb2b753 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 5 Apr 2024 18:38:47 +0200 Subject: emacs config Simplified it once again to apply the complex config later on again --- nix/hosts/caladan/home_emile.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nix/hosts/caladan') diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix index ae25a07..d622df0 100644 --- a/nix/hosts/caladan/home_emile.nix +++ b/nix/hosts/caladan/home_emile.nix @@ -52,6 +52,14 @@ ''; }; + emacs = { + enable = true; + package = pkgs.emacs; # replace with pkgs.emacs-gtk, or a version provided by the community overlay if desired. + extraConfig = '' + (setq standard-indent 2) + ''; + }; + kitty = { enable = true; -- cgit 1.4.1