audio: add pavucontrol, paprefs and dconf

This commit is contained in:
Sandro - 2023-05-04 19:03:48 +02:00
parent bb86518bc5
commit 4f8af3432e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 8 additions and 0 deletions

View File

@ -17,8 +17,16 @@ in
};
};
environment.systemPackages = lib.mkIf config.services.xserver.enable (with pkgs; [
paprefs
pavucontrol
]);
hardware.pulseaudio.zeroconf.discovery.enable = true;
# required for paprefs to be able to save
programs.dconf.enable = lib.mkIf config.services.xserver.enable true;
security.rtkit.enable = true;
services = {