1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Pin mesa package to Hyprland mesa package

This commit is contained in:
RGBCube 2024-05-08 13:42:43 +03:00
parent 4f3d434d3a
commit a34643de0b
No known key found for this signature in database

View file

@ -1,7 +1,12 @@
{ config, lib, pkgs, ... }: with lib; merge
{ config, lib, pkgs, hyprland, ... }: with lib; merge
(desktopSystemConfiguration {
hardware.opengl = enabled;
(let
hyprPkgs = import hyprland.inputs.nixpkgs { inherit (config.nixpkgs.hostPlatform) system; };
in desktopSystemConfiguration {
hardware.opengl = enabled {
package = hyprPkgs.mesa.drivers;
package32 = hyprPkgs.pkgsi686Linux.mesa.drivers;
};
xdg.portal = enabled {
config.common.default = "*";