added aagl flake, implemeneted into gaming apps module

This commit is contained in:
2025-11-02 10:25:27 -05:00
parent 257fab9832
commit 6024b77535
5 changed files with 125 additions and 16 deletions

View File

@@ -62,9 +62,9 @@ in {
(mkIf (cfg.gpuVendor == "amd") {
services.xserver.videoDrivers = ["amdgpu"];
hardware.graphics.extraPackages = with pkgs; [
amdvlk
];
# hardware.graphics.extraPackages = with pkgs; [
# amdvlk
# ];
environment.systemPackages = with pkgs; [
radeontop
];