1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Stop using deprecated alias (hardware.opengl)

This commit is contained in:
RGBCube 2024-07-01 13:50:08 +03:00
parent aecd82e191
commit d20c43e559
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};

View file

@ -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; [