{pkgs, ...}: { users.users.danio = { isNormalUser = true; #extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. shell = pkgs.zsh; }; }