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

View File

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

View File

@ -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;
};