mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
enabled statix
This commit is contained in:
parent
28c9634485
commit
dc73fadba6
4 changed files with 8 additions and 4 deletions
|
|
@ -85,7 +85,7 @@ let
|
|||
};
|
||||
in
|
||||
inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = args.pkgs;
|
||||
inherit (args) pkgs;
|
||||
extraSpecialArgs = args;
|
||||
modules = [
|
||||
"${self}/nix/home/_"
|
||||
|
|
@ -95,7 +95,7 @@ let
|
|||
}
|
||||
);
|
||||
|
||||
many = func: builtins.mapAttrs (name: hmOpts: func name (hmOpts.system) (hmOpts.settings or { }));
|
||||
many = func: builtins.mapAttrs (name: hmOpts: func name hmOpts.system (hmOpts.settings or { }));
|
||||
in
|
||||
{
|
||||
# promote helper functions into the arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue