mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
removed pipewire options which are set to the default
This commit is contained in:
parent
5139319cc3
commit
b906b5009a
1 changed files with 0 additions and 2 deletions
|
|
@ -35,8 +35,6 @@ in {
|
||||||
hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio
|
hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
audio.enable = true;
|
|
||||||
wireplumber.enable = true;
|
|
||||||
alsa = {
|
alsa = {
|
||||||
enable = true;
|
enable = true;
|
||||||
support32Bit = true;
|
support32Bit = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue