nix-config/modules/unix/default.nix
2025-12-06 16:56:26 +01:00

6 lines
54 B
Nix

{
imports = [
./base.nix
./shell.nix
];
}