recipes.nix/modules/default.nix

6 lines
46 B
Nix
Raw Normal View History

2024-11-24 18:35:22 +05:30
_: {
imports = [
./conduwuit.nix
];
}