cerulean/nix/snow/modules/default.nix
2026-03-13 00:42:54 +10:00

5 lines
48 B
Nix

{...}: {
imports = [
./outputs.nix
];
}