mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Pin mesa package to Hyprland mesa package
This commit is contained in:
parent
4f3d434d3a
commit
a34643de0b
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,12 @@
|
||||||
{ config, lib, pkgs, ... }: with lib; merge
|
{ config, lib, pkgs, hyprland, ... }: with lib; merge
|
||||||
|
|
||||||
(desktopSystemConfiguration {
|
(let
|
||||||
hardware.opengl = enabled;
|
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 {
|
xdg.portal = enabled {
|
||||||
config.common.default = "*";
|
config.common.default = "*";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue