nix/home/config/keyd/default.nix
2024-11-06 01:07:30 +03:00

7 lines
73 B
Nix

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