linux: Use non-deprecated PulseAudio option

This commit is contained in:
Spotlight 2025-01-21 16:29:15 -06:00
parent 6b287e95fa
commit c67f35acfe
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1737394973, "lastModified": 1737480538,
"narHash": "sha256-EW4oXMfnfA5sNM9Jqm+y98horWVvN66Gu7YIcEpFYZc=", "narHash": "sha256-rk/cmrvq3In0TegW9qaAxw+5YpJhRWt2p74/6JStrw0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9786661d57c476021c8a0c3e53bf9fa2b4f3328b", "rev": "4481a16d1ac5bff4a77c608cefe08c9b9efe840d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -61,6 +61,9 @@
pulse.enable = true; pulse.enable = true;
}; };
# Pipewire conflicts with PulseAudio.
pulseaudio.enable = false;
# As Mozilla's Location Service has shut down, # As Mozilla's Location Service has shut down,
# we'll use geolocation via the Arch Linux API key. # we'll use geolocation via the Arch Linux API key.
geoclue2 = { geoclue2 = {
@ -69,9 +72,6 @@
}; };
}; };
# Pipewire conflicts with PulseAudio.
hardware.pulseaudio.enable = false;
# Our user! # Our user!
users.users.spotlight = { users.users.spotlight = {
isNormalUser = true; isNormalUser = true;