From 223f3dca85ca745bf790cb2647aa8df156cc1982 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 16 Jul 2025 13:17:43 +0300 Subject: [PATCH] 123 --- devices/mini-pc.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = [ ... ];