mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +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
|
@ -1,9 +1,13 @@
|
|||
# Home Manager module
|
||||
packages: lib: inputs: {
|
||||
{
|
||||
self,
|
||||
lib,
|
||||
}: {
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (self) packages inputs;
|
||||
inherit (lib) maintainers;
|
||||
inherit (lib.modules) mkIf mkAliasOptionModule;
|
||||
inherit (lib.lists) optional;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue