mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
5 lines
130 B
Nix
5 lines
130 B
Nix
{...}: {
|
|
imports = [./vm.nix];
|
|
virtualisation.vmVariant.virtualisation.graphics = false;
|
|
virtualisation.graphics = false;
|
|
}
|