Start vade.

This commit is contained in:
2026-03-16 18:32:11 -07:00
parent 0455cbfede
commit d3bc36ef59
3 changed files with 51 additions and 0 deletions

9
hw/vade/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{ inputs, ... }:
{
imports = [
./hardware-configuration.nix
../../configs/desktop.nix
../../configs/qemu.nix
];
}