feat(systems): add work vm

This commit is contained in:
2026-04-06 09:35:39 -04:00
parent 393c31f241
commit f7b299a3c8
11 changed files with 133 additions and 436 deletions

View File

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