added robust iso

This commit is contained in:
2026-03-28 08:47:35 -05:00
parent 3b37d6de07
commit d69cdfdfef
10 changed files with 255 additions and 27 deletions

5
iso/iso_desktop.nix Normal file
View File

@@ -0,0 +1,5 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./common.nix ];
}