Files
home-config/modules/default.nix
2025-08-24 17:09:45 +02:00

8 lines
68 B
Nix

{...}: {
imports = [
./cli
./coding
./base.nix
];
}