nix/user/common/keyd/default.nix

4 lines
75 B
Nix

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