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;};
|
root.openssh = {inherit authorizedKeys;};
|
||||||
${user} = {
|
${user} = {
|
||||||
group = "users";
|
group = "users";
|
||||||
shell = pkgs.nushell;
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Evie Litherland-Smith";
|
description = "Evie Litherland-Smith";
|
||||||
extraGroups = ["networkmanager" "wheel" "video" "input" "uinput"];
|
extraGroups = ["networkmanager" "wheel" "video" "input" "uinput"];
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
git = true;
|
git = true;
|
||||||
icons = true;
|
icons = true;
|
||||||
enableAliases = false;
|
enableAliases = true;
|
||||||
extraOptions = ["--octal-permissions"];
|
extraOptions = ["--octal-permissions"];
|
||||||
};
|
};
|
||||||
readline = {
|
readline = {
|
||||||
|
|
Loading…
Reference in a new issue