GPU config for steam
This commit is contained in:
parent
862a72a0ab
commit
e552264788
2 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# AMD GPU
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true; # For Steam/Wine
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue