Files
nixos/modules/dev/default.nix
2026-02-06 23:00:28 +01:00

12 lines
173 B
Nix

# modules/dev/default.nix
{
imports = [
./docker.nix
./shell.nix
./tools.nix
];
nixpkgs.overlays = [
(import ../../overlays/firebase-tools.nix)
];
}