chore: Update pipewire conf & add kpipewire
- Enable system-wide audio in Pipewire service - Add kpipewire package to environment system packages
This commit is contained in:
parent
74ce569ef5
commit
894eed214b
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
}: {
|
}: {
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# systemWide = true;
|
||||||
|
audio.enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
@ -23,4 +25,8 @@
|
||||||
"bluetooth.autoswitch-to-headset-profile" = false;
|
"bluetooth.autoswitch-to-headset-profile" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
kdePackages.kpipewire # TODO Check if needed
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue