nix/home/config/tmux/default.nix

4 lines
79 B
Nix
Raw Normal View History

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