feat: begin zsh again

This commit is contained in:
oddlama 2023-02-15 02:58:32 +01:00
parent 86b5751410
commit 9d54466669
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 100 additions and 19 deletions

View file

@ -15,7 +15,7 @@ with lib; {
["wheel" "input" "video"]
++ optionals config.sound.enable ["audio"];
isNormalUser = true;
shell = pkgs.fish;
shell = pkgs.zsh;
};
home-manager.users.myuser = {