diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 7fea568..3ad8c5a 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -348,7 +348,10 @@ security.rtkit.enable = true; # Video acceleration - hardware.opengl.extraPackages = [ pkgs.vaapiIntel ]; + hardware.opengl.extraPackages = with pkgs; [ + vaapiIntel + intel-compute-runtime + ]; programs.wireshark.enable = true;