{ pkgs, ... }: { defaultUserShell = pkgs.zsh; users = { n8 = { isNormalUser = true; extraGroups = [ "wheel" "networkmanager" "ydotool" "libvirtd" "docker" ]; shell = pkgs.zsh; }; }; }