1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

fix module?

This commit is contained in:
Robin Appelman 2023-07-12 19:41:42 +02:00
commit c27e1254bb
2 changed files with 3 additions and 3 deletions

View file

@ -82,6 +82,6 @@
)
// {
inherit targets releaseTargets;
homeManagerModule = import ./hm-module.nix;
homeManagerModule = import ./hm-module.nix self.packages;
};
}