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:
parent
aecd82e191
commit
d20c43e559
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue