dotfiles/modules/home/gui/desktop/wayland/pavucontrol/default.nix

11 lines
113 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
pavucontrol
;
};
}