nix/user/common/keyd/default.nix

4 lines
66 B
Nix

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