diff --git a/misc/system.nix b/misc/system.nix index 9bba71e..d154f9b 100644 --- a/misc/system.nix +++ b/misc/system.nix @@ -19,6 +19,8 @@ initrd.kernelModules = [ "amdgpu" ]; }; + hardware.amdgpu.amdvlk.enable = true; + time.timeZone = "Europe/Warsaw"; sound.enable = true;