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