diff options
Diffstat (limited to 'nix/hosts/caladan/home_emile.nix')
-rw-r--r-- | nix/hosts/caladan/home_emile.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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; |