{ user ? throw "user argument is required" }: { pkgs, ... }: { home-manager.users."${user.name}".home.packages = with pkgs; [ pavucontrol ]; }