Moved openGL config into steam module
I originally added the openGL config for steam so I think it makes sense to define that in the steam module.
This commit is contained in:
parent
2627bc30d5
commit
eb6422e943
|
@ -18,5 +18,11 @@ in {
|
|||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,12 +36,6 @@
|
|||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking.hostName = "gospel"; # Define your hostname.
|
||||
|
|
Loading…
Reference in a new issue