feat: add 'infra' module (and use on work host)

This commit is contained in:
2026-03-10 15:42:25 +01:00
parent ba6f0168b8
commit 67b0077157
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
config = {
home.packages = with pkgs; [
opentofu
upbound
];
};
}