diff --git a/configuration.nix b/configuration.nix index e3bed2a..7596320 100755 --- a/configuration.nix +++ b/configuration.nix @@ -200,7 +200,7 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.05"; # Did you read the comment? - hardware.opengl = { enable = true; }; + hardware.graphics.enable = true; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;