mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-01-03 18:40:09 +01:00
Nix/Hyprland on NixOS: update deprecated definitions
This commit is contained in:
parent
3e46d26f13
commit
15865dc2ce
1 changed files with 3 additions and 3 deletions
|
|
@ -101,11 +101,11 @@ You can fix this issue by using `mesa` from Hyprland's `nixpkgs` input:
|
|||
pkgs-unstable = inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
hardware.graphics = {
|
||||
package = pkgs-unstable.mesa.drivers;
|
||||
package = pkgs-unstable.mesa;
|
||||
|
||||
# if you also want 32-bit support (e.g for Steam)
|
||||
driSupport32Bit = true;
|
||||
package32 = pkgs-unstable.pkgsi686Linux.mesa.drivers;
|
||||
enable32Bit = true;
|
||||
package32 = pkgs-unstable.pkgsi686Linux.mesa;
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue