mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 03:07:17 +00:00
5 lines
135 B
Nix
5 lines
135 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
virtualisation.vmVariant.virtualisation.graphics = false;
|
|
virtualisation.graphics = false;
|
|
}
|