fix: hm-module use self package

This commit is contained in:
EdenQwQ 2025-03-25 23:30:39 +08:00
parent d2d8e7b01b
commit 9d78c83fa3
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@
];
flake = {
hmModules.maomaowm = import ./nix/hm-modules.nix;
hmModules.maomaowm = import ./nix/hm-modules.nix { inherit self; };
nixosModules.maomaowm = import ./nix/nixos-modules.nix { inherit inputs self; };
};