mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
nix: use importApply instead of importing modules directly
This commit is contained in:
parent
d463b4e168
commit
626c8806b5
2 changed files with 4 additions and 3 deletions
|
|
@ -21,6 +21,6 @@ in
|
|||
|
||||
inherit package;
|
||||
|
||||
nixosModule = importApply ./nix/nix-module.nix package;
|
||||
nixosModule = importApply ./nix/nixos-module.nix package;
|
||||
hmModule = importApply ./nix/hm-module.nix package;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue