change default shell to fish + starship
This commit is contained in:
parent
911f97e351
commit
d08f274800
6 changed files with 23 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
users.users.xun = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "nixos";
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue