Files
ccl-nixos-dotfiles/modules/coding/default.nix

10 lines
80 B
Nix

_:
{
imports = [
./all.nix
./misc.nix
./langs
./editor
];
}