cerulean/nix/snow/flake/modules/default.nix

7 lines
94 B
Nix

{...}: {
imports = [
./checks.nix
./deploy.nix
./nixosConfigurations.nix
];
}