1 2 3 4 5 6 7
{pkgs, ...}: { users.users.mun = { isNormalUser = true; extraGroups = ["wheel" "bluetooth" "networkmanager" "kvm" "nixos"]; shell = pkgs.zsh; }; }