魚
This commit is contained in:
parent
581100fb18
commit
37f1d82432
@ -48,4 +48,8 @@
|
||||
programs.bash = {
|
||||
enableCompletion = true;
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -75,6 +75,7 @@
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" "transmission" ];
|
||||
# shell = "${pkgs.zsh}/bin/zsh";
|
||||
shell = "/run/current-system/sw/bin/fish";
|
||||
|
||||
password = if config.virtualisation != null then "" else null;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user