modified lolcathost pipewire settings
This commit is contained in:
parent
123c92b1b6
commit
aca0bcc993
2 changed files with 8 additions and 281 deletions
|
|
@ -76,10 +76,17 @@ in {
|
|||
#};
|
||||
|
||||
# Enable sound
|
||||
# TODO: use the modules/core/pipewire.nix module instead :)
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
|
||||
# Enable touchpad support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue