flake: move home-manager module to flake-parts root

This commit is contained in:
NotAShelf 2024-02-26 07:18:12 +03:00
parent bc0586b682
commit 54a6e28e18
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 1 additions and 3 deletions

View File

@ -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;