Switch back to zsh as login shell
Re-enable eza aliases Keep nushell around for specific use
This commit is contained in:
parent
eec2bc0afd
commit
725d802031
|
@ -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"];
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
enable = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
enableAliases = false;
|
||||
enableAliases = true;
|
||||
extraOptions = ["--octal-permissions"];
|
||||
};
|
||||
readline = {
|
||||
|
|
Loading…
Reference in a new issue