nix/module/common/tmux/default.nix

4 lines
81 B
Nix

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