home-manager: use proper submodule type for settings

This commit is contained in:
Ching Pei Yang 2024-12-22 21:50:13 +01:00 committed by raf
commit 7d043e5f14
2 changed files with 14 additions and 10 deletions

View file

@ -31,7 +31,7 @@
};
homeManagerModules = {
nvf = import ./flake/modules/home-manager.nix self.packages lib;
nvf = import ./flake/modules/home-manager.nix self.packages lib inputs;
default = self.homeManagerModules.nvf;
neovim-flake =
lib.warn ''