modules/games: hardware.opengl.driSupport32Bit -> hardware.graphics.enable32Bit
This commit is contained in:
parent
6abd0de20e
commit
19ea92db5d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.graphics.enable32Bit = true;
|
||||
programs.steam.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue