update system

This commit is contained in:
2024-07-01 15:17:56 +02:00
parent 8eec63e5f3
commit 4b78ba79cc
4 changed files with 33 additions and 36 deletions

View File

@@ -15,10 +15,9 @@ in
};
config = mkIf cfg.enable {
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [ rocmPackages.clr.icd ];
};

View File

@@ -15,10 +15,9 @@ in
};
config = mkIf cfg.enable {
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
boot = {

View File

@@ -15,10 +15,9 @@ in
};
config = mkIf cfg.enable {
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [
libvdpau-va-gl
nvidia-vaapi-driver