update to nixos 24.11
This commit is contained in:
parent
96243b2f06
commit
3b10a0f211
9 changed files with 22 additions and 25 deletions
|
@ -4,7 +4,7 @@
|
|||
boot.kernelModules = [ "amdgpu" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
extraPackages = with pkgs; [ amdvlk ];
|
||||
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue