1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 16:29:50 +01:00
neovim-flake/modules/plugins/utility/ccc/default.nix

6 lines
57 B
Nix

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