diff --git a/home.nix b/home.nix index 4b90ea0..699d10d 100644 --- a/home.nix +++ b/home.nix @@ -65,12 +65,12 @@ home.sessionVariables = { EDITOR = "hx"; }; - # programs.nushell = { - # enable = true; - # shellAliases = { - # ll = "ls -l"; - # }; - # }; + programs.nushell = { + enable = true; + shellAliases = { + ll = "ls -l"; + }; + }; # Let Home Manager install and manage itself. programs.home-manager.enable = true;