Skip to content

Commit

Permalink
nixos/graphics: hardware.opengl -> graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jun 27, 2024
1 parent b192553 commit 656392f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/workstation/graphics.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
hardware.opengl = {
hardware.graphics = {
enable = true;

# > On 64-bit systems, whether to support Direct Rendering for 32-bit applications (such as Wine).
# > -- Manual
# I enabled this to allow running the Epic Games Store through Lutris and Wine.
# See https://nixos.wiki/wiki/Lutris for more information.
driSupport32Bit = true; # Did you read the comment before turning this off?
enable32Bit = true; # Did you read the comment before turning this off?
};
}

0 comments on commit 656392f

Please sign in to comment.