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
|
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;
|
value = home platform;
|
||||||
in {
|
in {
|
||||||
inherit value;
|
inherit name value;
|
||||||
name = "${value.config.home.username}@${value.config.local.hostname}";
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
mapAttrs' (_: platformHome) (importAll {root = ./home/platforms;});
|
mapAttrs' platformHome (importAll {root = ./home/platforms;});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue