adding math to bob

This commit is contained in:
2026-04-12 09:45:14 -04:00
parent 50d56a8a39
commit a80de99175
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
{
imports = [
"${inputs.self}/users/richie"
"${inputs.self}/users/math"
"${inputs.self}/common/global"
"${inputs.self}/common/optional/docker.nix"
"${inputs.self}/common/optional/scanner.nix"

View File

@@ -0,0 +1,5 @@
{
imports = [
../home/global.nix
];
}