This commit is contained in:
mjallen18
2026-03-27 18:25:58 -05:00
parent 8217b83798
commit 5fe8c897aa
9 changed files with 90 additions and 20 deletions

View File

@@ -1,4 +1,9 @@
{ config, lib, pkgs, namespace, ... }:
{
config,
lib,
namespace,
...
}:
let
cfg = config.${namespace}.programs.thunderbird;
in
@@ -21,4 +26,4 @@ in
};
};
};
}
}