feat(systems): add work vm

This commit is contained in:
2026-04-06 09:35:39 -04:00
parent 393c31f241
commit 8cf42eae8f
10 changed files with 132 additions and 435 deletions

View File

@@ -1,4 +1,9 @@
{ config, pkgs, lib, namespace, ... }:
{ config
, pkgs
, lib
, namespace
, ...
}:
let
inherit (lib) mkIf;