1
Files
flake-nixinator/home/modules/yazi/specialFiles.nix

8 lines
127 B
Nix

{color}: let
mkFile = name: text: fg: {
inherit name text fg;
};
in [
# (mkFile "flake.lock" "" color.hexS.sky)
]