fix: update hyprland config, remove amdvlk

This commit is contained in:
2025-10-04 10:23:03 +05:00
parent 77050a34c6
commit 8f8b370e47
3 changed files with 6 additions and 8 deletions

View File

@@ -42,7 +42,6 @@
lib.mkDefault config.hardware.enableRedistributableFirmware;
graphics = {
enable = true;
extraPackages = with pkgs; [amdvlk];
};
};
}