hitagi: Use graphics packages from stable

Otherwise there is an impure version conflict.
nazuna
Simon Bruder 2023-08-19 10:49:11 +02:00
parent 49149fa1d4
commit 6b8931d538
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 7 additions and 8 deletions

View File

@ -53,18 +53,17 @@
# GPU
hardware.opengl = {
package = pkgs.unstable.mesa.drivers;
package32 = pkgs.unstable.pkgsi686Linux.mesa.drivers;
package = pkgs.mesa.drivers;
package32 = pkgs.pkgsi686Linux.mesa.drivers;
extraPackages = with pkgs; [
intel-compute-runtime
intel-compute-runtime.drivers
intel-media-driver
level-zero
libvdpau-va-gl
vaapiIntel
vaapiVdpau
] ++ (with pkgs.unstable; [
intel-compute-runtime
intel-compute-runtime.drivers
level-zero
]);
];
};
environment.systemPackages = with pkgs; [
@ -76,7 +75,7 @@
owner = "root";
group = "root";
capabilities = "cap_perfmon+p";
source = "${pkgs.unstable.intel-gpu-tools}/bin/intel_gpu_top";
source = "${pkgs.intel-gpu-tools}/bin/intel_gpu_top";
};
# https://www.reddit.com/r/gigabyte/comments/p5ewjn/b550i_pro_ax_f13_bios_sleep_issue_on_linux/