linux: Use non-deprecated PulseAudio option
This commit is contained in:
parent
6b287e95fa
commit
c67f35acfe
2 changed files with 6 additions and 6 deletions
|
@ -61,6 +61,9 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
# Pipewire conflicts with PulseAudio.
|
||||
pulseaudio.enable = false;
|
||||
|
||||
# As Mozilla's Location Service has shut down,
|
||||
# we'll use geolocation via the Arch Linux API key.
|
||||
geoclue2 = {
|
||||
|
@ -69,9 +72,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Pipewire conflicts with PulseAudio.
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
# Our user!
|
||||
users.users.spotlight = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue