diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 3050116..d6d8d82 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -3,7 +3,7 @@ (let hyprPkgs = import hyprland.inputs.nixpkgs { inherit (config.nixpkgs.hostPlatform) system; }; in desktopSystemConfiguration { - hardware.opengl = enabled { + hardware.graphics = enabled { package = hyprPkgs.mesa.drivers; package32 = hyprPkgs.pkgsi686Linux.mesa.drivers; }; diff --git a/modules/steam.nix b/modules/steam.nix index 9f37d5b..95f84b5 100644 --- a/modules/steam.nix +++ b/modules/steam.nix @@ -2,7 +2,7 @@ (desktopSystemConfiguration { # Steam uses 32-bit drivers for some unholy fucking reason. - hardware.opengl.driSupport32Bit = true; + hardware.graphics.enable32Bit = true; }) (desktopUserHomePackages (with pkgs; [