diff --git a/devices/pc/default.nix b/devices/pc/default.nix index ae8ddf58..0640fe37 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -140,5 +140,6 @@ inputs: bugs = [ "xmunet" "suspend-hibernate-waydroid" "backlight" "amdpstate" ]; }; services.colord.enable = true; + virtualisation.virtualbox.host = { enable = true; enableExtensionPack = true; }; }; }