nvf/modules/utility/ccc/default.nix
2023-06-04 09:41:10 +03:00

7 lines
57 B
Nix

_: {
imports = [
./ccc.nix
./config.nix
];
}