config-perso/modules/default.nix
2024-03-12 17:26:16 +01:00

3 lines
54 B
Nix

{ ... }: {
config._module.args = { mods = ./.; };
}