diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index 52ca932..7956c20 100644 --- a/nixos76/system/configuration.nix +++ b/nixos76/system/configuration.nix @@ -118,9 +118,6 @@ services.displayManager.defaultSession = "xfce"; hardware.graphics.enable = true; - hardware.graphics.driSupport = true; - hardware.graphics.driSupport32Bit = true; - hardware.graphics.setLdLibraryPath = true; hardware.graphics.extraPackages = [ pkgs.intel-media-driver ];