trying again

This commit is contained in:
2024-10-20 14:23:22 -05:00
parent 82ca092265
commit 8316336e0d
3 changed files with 2004 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
in {
hmModule = { pkgs, ... }: import ./. { inherit pkgs pkgs-us self; };
hmModule = { config, lib, pkgs, ... }: import ./. { inherit config lib pkgs pkgs-us self; };
};
}