Compare commits
3 commits
3044c426fd
...
a598918c63
Author | SHA1 | Date | |
---|---|---|---|
Fabian Montero | a598918c63 | ||
Fabian Montero | 2da7c4da32 | ||
Fabian Montero | 3d2418b194 |
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
!**/.keep
|
||||
result
|
||||
|
|
1295
flake.lock
1295
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -120,13 +120,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
platformHome = platform: let
|
||||
platformHome = name: platform: let
|
||||
value = home platform;
|
||||
in {
|
||||
inherit value;
|
||||
name = "${value.config.home.username}@${value.config.local.hostname}";
|
||||
inherit name value;
|
||||
};
|
||||
in
|
||||
mapAttrs' (_: platformHome) (importAll {root = ./home/platforms;});
|
||||
mapAttrs' platformHome (importAll {root = ./home/platforms;});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue