porcorosso: switch to pipewire
This commit is contained in:
parent
d582d3f352
commit
549b4f1ccc
1 changed files with 12 additions and 1 deletions
|
@ -169,9 +169,20 @@ in {
|
|||
intel-media-driver vaapiVdpau libvdpau-va-gl libva
|
||||
];
|
||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
hardware.acpilight.enable = true;
|
||||
|
||||
# TODO(lukegb): finish evaluating pipewire
|
||||
hardware.pulseaudio.enable = lib.mkForce false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
|
||||
media-session.enable = true;
|
||||
};
|
||||
|
||||
# Define a user account.
|
||||
users.users.lukegb = {
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "lxd" "video" ];
|
||||
|
|
Loading…
Reference in a new issue