mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55: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 = {
|
nixosModules.default = {
|
||||||
imports = [./lib/hm-module.nix];
|
home-manager.sharedModules = [./lib/hm-module.];
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
inputs.tidalcycles.overlays.default
|
inputs.tidalcycles.overlays.default
|
||||||
inputs.self.overlays.default
|
inputs.self.overlays.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
homeManagerModules.default = {
|
||||||
|
imports = [./lib/hm-module.nix];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
perSystem = {
|
perSystem = {
|
||||||
|
|
Loading…
Reference in a new issue