Switch back to zsh as login shell

Re-enable eza aliases

Keep nushell around for specific use
This commit is contained in:
Evie Litherland-Smith 2024-03-06 13:14:35 +00:00
parent eec2bc0afd
commit 725d802031
2 changed files with 1 additions and 2 deletions

View file

@ -120,7 +120,6 @@
root.openssh = {inherit authorizedKeys;};
${user} = {
group = "users";
shell = pkgs.nushell;
isNormalUser = true;
description = "Evie Litherland-Smith";
extraGroups = ["networkmanager" "wheel" "video" "input" "uinput"];

View file

@ -30,7 +30,7 @@
enable = true;
git = true;
icons = true;
enableAliases = false;
enableAliases = true;
extraOptions = ["--octal-permissions"];
};
readline = {