diff --git a/nixos/workstation/graphics.nix b/nixos/workstation/graphics.nix index 9118bdf..3f07d0e 100644 --- a/nixos/workstation/graphics.nix +++ b/nixos/workstation/graphics.nix @@ -5,7 +5,7 @@ # > 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. + # See https://wiki.nixos.org/wiki/Lutris for more information. enable32Bit = true; # Did you read the comment before turning this off? }; }