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:
parent
5075593ce0
commit
d5cb9658be
2 changed files with 41 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ with lib.metacfg;
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./xremap.nix
|
||||
./sound.nix
|
||||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue