Files
home-config/modules/default.nix

8 lines
68 B
Nix
Raw Permalink Normal View History

2025-08-07 21:20:35 +02:00
{...}: {
imports = [
./cli
2025-08-24 17:09:45 +02:00
./coding
2025-08-07 21:20:35 +02:00
./base.nix
];
}