This commit is contained in:
outfoxxed 2025-10-03 23:17:31 -07:00
parent 0363953a84
commit eabb8f818b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 60 additions and 71 deletions

View file

@ -8,15 +8,6 @@
hardware.graphics = {
enable = true;
#driSupport = true;
enable32Bit = true;
extraPackages = with pkgs; [
amdvlk
];
extraPackages32 = with pkgs.driversi686Linux; [
amdvlk
];
};
}