mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
chore: use services.pulseaudio instead of hardware.pulseaudio
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
e27c55bde1
commit
5ea2421cb1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
|||
|
||||
config = {
|
||||
services.playerctld.enable = lib.mkIf cfg.enable true;
|
||||
hardware.pulseaudio.enable = lib.mkIf cfg.enable false;
|
||||
services.pulseaudio.enable = lib.mkIf cfg.enable false;
|
||||
services.pipewire = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
Loading…
Reference in a new issue