mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
flake: move home-manager module to flake-parts root
This commit is contained in:
parent
bc0586b682
commit
54a6e28e18
2 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@
|
|||
|
||||
homeManagerModules = {
|
||||
neovim-flake = {
|
||||
imports = [
|
||||
(import ./lib/module self.packages inputs)
|
||||
];
|
||||
imports = [(import ./flake/modules/home-manager.nix self.packages inputs)];
|
||||
};
|
||||
|
||||
default = self.homeManagerModules.neovim-flake;
|
||||
|
|
Loading…
Reference in a new issue