{pkgs, ...}: { users.users.grimmauld = { isNormalUser = true; description = "grimmauld"; extraGroups = [ "networkmanager" "wheel" "input" "video" "lp" "scanner" "libvirtd" ]; packages = with pkgs; [ webcord heroic plasma-browser-integration pdfarranger kwrited gparted element-desktop nmap ghidra firefox-esr kcalc rmview krita spicetify-cli (writeShellScriptBin "connectWG" '' wg-quick up wg0 '') (writeShellScriptBin "disconnectWG" '' wg-quick down wg0 '') ]; }; }