{pkgs, ...}: { users.groups.ssh-keys = {}; users.users.mun = { isNormalUser = true; extraGroups = ["wheel" "bluetooth" "networkmanager" "kvm" "nixos" "ssh-keys"]; shell = pkgs.zsh; }; }