hosts/shinmyoumaru: init, cross: armv6+v7 emulated, stripped base, exprs

This commit is contained in:
kat witch 2021-09-02 21:17:59 +01:00
parent c7d8d0b3d4
commit 37950bc59a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
19 changed files with 153 additions and 28 deletions

View file

@ -2,8 +2,6 @@
{
programs.zsh = {
shellAliases = genAttrs ["radio" "tv"] (attr: {
"abby${attr}" = "mpv $(bitw get secrets/abby -f ${attr})";
});
shellAliases = mapListToAttrs (attr: nameValuePair "abby${attr}" "mpv $(bitw get secrets/abby -f ${attr})") ["radio" "tv"];
};
}