VirtualBox: Difference between revisions

(imported from old wiki)
m (The option `virtualisation.virtualbox.guest.draganddrop' has been renamed to `virtualisation.virtualbox.guest.dragAndDrop'.)
 
Line 40: Line 40:
== VirtualBox Guest Additions ==
== VirtualBox Guest Additions ==


<syntaxHighlight lang=nix>
<syntaxhighlight lang="nix">
{
{
   virtualisation.virtualbox.guest.enable = true;
   virtualisation.virtualbox.guest.enable = true;
   virtualisation.virtualbox.guest.draganddrop = true;
   virtualisation.virtualbox.guest.dragAndDrop = true;
}
}
</syntaxHighlight>
</syntaxhighlight>


== See also ==
== See also ==