nix/module/common/tmux/default.nix

4 lines
87 B
Nix

{ style, key, util, setting, ... } @args: {
config = util.catAllText ./module args;
}