feat(stallo): Enable 32-bit compatibility for audio & video
This commit is contained in:
parent
e2bafd0520
commit
43876c81da
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
# Use proprietary nvidia driver
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
# Enable 32-bit compatibility for Steam:
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
|
||||
networking = {
|
||||
hostName = "stallo";
|
||||
wireless.enable = true;
|
||||
|
|
Loading…
Reference in a new issue