change user shell to zsh

This commit is contained in:
mir 2024-05-28 21:33:16 -08:00
parent eb758da609
commit 6d07a21e56

View File

@ -67,16 +67,17 @@
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
programs.zsh.enable = true;
users.users.mir = {
isNormalUser = true;
description = "Miranda Marquez";
extraGroups = [ "networkmanager" "wheel" "input" "audio" ];
shell = pkgs.zsh;
packages = with pkgs; [
# firefox
# home-manager
# thunderbird
git
zsh
gparted
ntfs3g
];