mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
home-manager: use attr for long function args
This commit is contained in:
parent
59bf01bbe0
commit
fcbc49e2e5
2 changed files with 6 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
|
||||
homeManagerModules = {
|
||||
nvf = import ./flake/modules/home-manager.nix self.packages lib inputs;
|
||||
nvf = import ./flake/modules/home-manager.nix {inherit lib self;};
|
||||
default = self.homeManagerModules.nvf;
|
||||
neovim-flake =
|
||||
lib.warn ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue