6 lines
101 B
Nix
6 lines
101 B
Nix
{...}: {
|
|
imports = [ ../variables.nix ];
|
|
# config.has_battery = true;
|
|
config.vmGuest = true;
|
|
}
|