{ config, lib, pkgs, ... }: { users.users = { mun = { isNormalUser = true; extraGroups = [ "wheel" "bluetooth" "networkmanager" "kvm" "nixos" ]; packages = with pkgs; [ tree ]; shell = pkgs.zsh; }; }; }