neovim-flake/modules/plugins/utility/ccc/default.nix

7 lines
57 B
Nix

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