mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
feat: use pipewire
This commit is contained in:
parent
099709c3c2
commit
ac014e766f
1 changed files with 9 additions and 1 deletions
|
|
@ -51,4 +51,12 @@
|
|||
|
||||
# This value determines the NixOS release version
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
hardware.pulseaudio.enable = false; # Disable the actual pulseaudio
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true; # <-- This is the crucial part
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue