{config, pkgs, ...}: { imports = [ ]; users.users.giulio = { description = "Giulio De Pasquale"; isNormalUser = true; shell = pkgs.zsh; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. }; home-manager.users.giulio = { imports = [ ./home ]; }; }