nix/home/config/tmux/default.nix

5 lines
79 B
Nix

{ util, config, ... }@args:
{
text = util.catText (util.ls ./module) args;
}