add steam

This commit is contained in:
2023-11-20 17:44:07 +01:00
parent a598d28959
commit 04d696be64

View File

@@ -1,4 +1,9 @@
{config, lib, pkgs, ...}: { {config, lib, pkgs, ...}: {
programs.steam = {
enable = true;
};
hardware.opengl.driSupport32Bit = true;
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true; driSupport = true;