🩹 fix pulseaudio warning

This commit is contained in:
Ingolf Wagner 2025-02-14 20:16:23 +13:00
parent ea82349a38
commit a7b0ddfa5d
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ with lib;
};
config = mkIf (config.components.chaospott.enable && config.components.gui.audio.enable) {
hardware.pulseaudio.zeroconf.discovery.enable = true;
services.pulseaudio.zeroconf.discovery.enable = true;
environment.systemPackages = with pkgs; [
paprefs
];

View file

@ -16,7 +16,7 @@ with lib;
security.rtkit.enable = true;
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
hardware.bluetooth = {
enable = true;