add hm module

This commit is contained in:
2026-03-06 19:29:17 -06:00
parent 93c1b00adc
commit b506d77dec
7 changed files with 149 additions and 83 deletions

7
nix/systems.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }: {
systems = [
"x86_64-linux"
"aarch64-linux"
];
}