add steam
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{config, lib, pkgs, ...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
|
||||
Reference in New Issue
Block a user