mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Stop using deprecated alias (hardware.opengl)
This commit is contained in:
parent
aecd82e191
commit
d20c43e559
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
(let
|
(let
|
||||||
hyprPkgs = import hyprland.inputs.nixpkgs { inherit (config.nixpkgs.hostPlatform) system; };
|
hyprPkgs = import hyprland.inputs.nixpkgs { inherit (config.nixpkgs.hostPlatform) system; };
|
||||||
in desktopSystemConfiguration {
|
in desktopSystemConfiguration {
|
||||||
hardware.opengl = enabled {
|
hardware.graphics = enabled {
|
||||||
package = hyprPkgs.mesa.drivers;
|
package = hyprPkgs.mesa.drivers;
|
||||||
package32 = hyprPkgs.pkgsi686Linux.mesa.drivers;
|
package32 = hyprPkgs.pkgsi686Linux.mesa.drivers;
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(desktopSystemConfiguration {
|
(desktopSystemConfiguration {
|
||||||
# Steam uses 32-bit drivers for some unholy fucking reason.
|
# Steam uses 32-bit drivers for some unholy fucking reason.
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.graphics.enable32Bit = true;
|
||||||
})
|
})
|
||||||
|
|
||||||
(desktopUserHomePackages (with pkgs; [
|
(desktopUserHomePackages (with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue