feat(roles/audio): add pavucontrol
1 files changed, 5 insertions(+), 0 deletions(-) M roles/audio.nix
M roles/audio.nix => roles/audio.nix +5 -0
@@ 1,6 1,7 @@ { config, lib, + pkgs, ... }: let cfg = config.roles.audio; @@ 10,6 11,10 @@ in { }; config = lib.mkIf cfg.enable { + environment.systemPackages = with pkgs; [ + pavucontrol + ]; + services.pipewire = { enable = true; alsa = {