dev: separate home-manager module output

This commit is contained in:
NotAShelf 2023-03-29 16:20:43 +03:00
parent 2021345845
commit c4367c25af
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 5 additions and 1 deletions

View File

@ -34,12 +34,16 @@
};
nixosModules.default = {
imports = [./lib/hm-module.nix];
home-manager.sharedModules = [./lib/hm-module.];
nixpkgs.overlays = [
inputs.tidalcycles.overlays.default
inputs.self.overlays.default
];
};
homeManagerModules.default = {
imports = [./lib/hm-module.nix];
};
};
perSystem = {