move to fish

This commit is contained in:
Luj 2024-04-04 17:37:40 +02:00
parent 197b8a3dc0
commit e501580689
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
isNormalUser = true;
home = "/home/julien";
extraGroups = [ "wheel" config.users.groups.keys.name "networkmanager" "davfs2" "adbusers" "audio" "pipewire" "dialout" "video" ];
shell = pkgs.zsh;
shell = pkgs.fish;
hashedPasswordFile = config.sops.secrets.user-julien-password.path;
};