This commit is contained in:
Gabriel Ebner 2018-10-09 13:29:33 +02:00
parent 581100fb18
commit 37f1d82432
2 changed files with 5 additions and 0 deletions

@ -48,4 +48,8 @@
programs.bash = { programs.bash = {
enableCompletion = true; enableCompletion = true;
}; };
programs.fish = {
enable = true;
};
} }

@ -75,6 +75,7 @@
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "audio" "transmission" ]; extraGroups = [ "wheel" "networkmanager" "audio" "transmission" ];
# shell = "${pkgs.zsh}/bin/zsh"; # shell = "${pkgs.zsh}/bin/zsh";
shell = "/run/current-system/sw/bin/fish";
password = if config.virtualisation != null then "" else null; password = if config.virtualisation != null then "" else null;
}; };