update flake lock and remove amdvlk

This commit is contained in:
Lillian Violet 2025-10-05 17:56:24 +02:00
parent db1a5abd2f
commit 59b02de155
2 changed files with 36 additions and 46 deletions

View file

@ -41,16 +41,6 @@
networking.hostName = "GLaDOS";
services.xserver.videoDrivers = ["amdgpu"];
hardware = {
# Add vulkan support to GPU
graphics.extraPackages = with pkgs; [
amdvlk
];
# For 32 bit applications
graphics.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
};
programs = {
# gamemode.enable = false;
# gamemode.settings = {