8 lines
127 B
Nix
8 lines
127 B
Nix
{color}: let
|
|
mkFile = name: text: fg: {
|
|
inherit name text fg;
|
|
};
|
|
in [
|
|
# (mkFile "flake.lock" "" color.hexS.sky)
|
|
]
|