{ config, lib, pkgs, ...}: { users.users.nico = { isNormalUser = true; extraGroups = [ "wheel" ]; shell = pkgs.zsh; }; }