mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
home-manager: use proper submodule type for settings
This commit is contained in:
parent
26398b6b14
commit
7d043e5f14
2 changed files with 14 additions and 10 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue