added fish

This commit is contained in:
Charlie Root 2024-04-28 22:41:27 +02:00
commit 19bb098533
4 changed files with 11 additions and 7 deletions

View file

@ -34,7 +34,7 @@ in {
config = mkIf cfg.enable {
programs.zsh.enable = true;
users.users.${username}.shell = pkgs.zsh;
# users.users.${username}.shell = pkgs.zsh;
environment = {
shells = [ pkgs.zsh ];
pathsToLink = [ "/share/zsh" ];