mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
dev: separate home-manager module output
This commit is contained in:
parent
2021345845
commit
c4367c25af
1 changed files with 5 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue