nix/user/common/keyd/default.nix

4 lines
71 B
Nix

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