diff --git a/devices/mini-pc.nix b/devices/mini-pc.nix index 9a568e5..6c4960f 100755 --- a/devices/mini-pc.nix +++ b/devices/mini-pc.nix @@ -76,6 +76,9 @@ let hardware = { bluetooth.enable = true; + graphics.extraPackages = with pkgs; [ + amdvlk + ]; }; # networking.firewall.allowedTCPPorts = [ ... ];