Files
ccl-nixos-dotfiles/modules/coding/default.nix
2025-04-13 15:09:14 +08:00

10 lines
86 B
Nix

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