This commit is contained in:
2026-06-16 21:49:01 +02:00
parent 65a547ad1a
commit 956889173a
15 changed files with 326 additions and 154 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
{ pkgs, ... }:
{
# Aktiviert die erweiterten AMDGPU-Features, damit LACT auch OC/UV setzen kann.
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
hardware.graphics = {
enable = true;
enable32Bit = true;
@@ -17,4 +20,4 @@
mesa-demos
vulkan-tools
];
}
}