X-Git-Url: https://gitweb.ps.run/flake_thinkpad/blobdiff_plain/fd28c48e3b7400aa3f4bcb492597a54e0a8dfbec..aa3d0da9d679dae8dc122466c3552d94c0eb52c1:/configuration.nix diff --git a/configuration.nix b/configuration.nix index 3506b5f..6636ca4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -67,6 +67,7 @@ in }; programs.dconf.enable = true; + programs.steam.enable = true; # Services services = { @@ -133,6 +134,7 @@ in services.autorandr = { enable = true; + matchEdid = true; hooks = { postswitch = { "set-wallpaper" = "set-wallpaper"; @@ -152,7 +154,18 @@ in ''; # OpenGL - hardware.graphics.enable = true; + # hardware.graphics.enable = true; + hardware = { + graphics = { + enable = true; + enable32Bit = true; + }; + + amdgpu.amdvlk = { + enable = true; + support32Bit.enable = true; + }; +}; # services.logind = { # extraConfig = "HandlePowerKey=suspend";