initial commit

This commit is contained in:
Jonas Rabenstein 2025-01-05 16:35:55 +01:00
commit 5679c003d8
26 changed files with 296 additions and 0 deletions

2
export/nixosProfiles.nix Normal file
View file

@ -0,0 +1,2 @@
{ ... }@flake: { ... }@inputs: { profile, ... }@imports:
builtins.mapAttrs (name: imports: builtins.trace "profile: ${name}" { inherit imports; }) profile