feat(nix): add sound configuration for PipeWire priorities

- Introduced `sound.nix` to manage audio device priorities using PipeWire's WirePlumber configuration.
- Linked `sound.nix` to `default.nix` for streamlined system audio customization.
- Ensures defined priority levels for HDMI, USB microphones, and SPDIF outputs.
This commit is contained in:
Harald Hoyer 2026-02-09 15:45:14 +01:00
parent 5075593ce0
commit d5cb9658be
2 changed files with 41 additions and 0 deletions

View file

@ -9,6 +9,7 @@ with lib.metacfg;
imports = [
./hardware-configuration.nix
./xremap.nix
./sound.nix
];
powerManagement.cpuFreqGovernor = "performance";