hosts/vm: update configuration and create base vm

This commit is contained in:
Wroclaw 2024-08-08 04:34:03 +02:00
parent 56527b97cc
commit 6f5829e6ab
2 changed files with 24 additions and 13 deletions

9
hosts/vm-gnome.nix Normal file
View file

@ -0,0 +1,9 @@
{ lib, ... }:
{
imports = [
./vm-base.nix
../nix-os/desktopManagers/gnome.nix
../nix-os/displayManagers/gdm.nix
];
}