run nix format on this repository
This commit is contained in:
parent
1b5b697dfb
commit
d281a23a8a
17 changed files with 354 additions and 165 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ ... }@flake: { ... }@inputs: { profile, ... }@imports: let
|
||||
{ ... }@flake:
|
||||
{ ... }@inputs:
|
||||
{ profile, ... }@imports:
|
||||
let
|
||||
profile' = name: snippets: builtins.trace "home-manager: profile: ${name}" { imports = snippets; };
|
||||
in builtins.mapAttrs profile' profile
|
||||
|
||||
in
|
||||
builtins.mapAttrs profile' profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue