initial commit
This commit is contained in:
commit
5679c003d8
26 changed files with 296 additions and 0 deletions
4
export/hmProfiles.nix
Normal file
4
export/hmProfiles.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }@flake: { ... }@inputs: { profile, ... }@imports: let
|
||||
profile' = name: snippets: builtins.trace "home-manager: profile: ${name}" { imports = snippets; };
|
||||
in builtins.mapAttrs profile' profile
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue