diff --git a/home.nix b/home.nix index 83bf9a1..699d10d 100644 --- a/home.nix +++ b/home.nix @@ -63,9 +63,15 @@ # /etc/profiles/per-user/forestcat/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { - # EDITOR = "emacs"; + EDITOR = "hx"; }; - + programs.nushell = { + enable = true; + shellAliases = { + ll = "ls -l"; + }; + }; + # Let Home Manager install and manage itself. programs.home-manager.enable = true; }