mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/gaming: migrate pulseaudio
This commit is contained in:
parent
9c64b82610
commit
6fdcd50b1f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
||||||
hardware = {
|
hardware = {
|
||||||
graphics.enable32Bit = true;
|
graphics.enable32Bit = true;
|
||||||
graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||||
pulseaudio.support32Bit = true;
|
|
||||||
};
|
};
|
||||||
|
services.pulseaudio.support32Bit = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue