nix-conf/modules/default.nix
2025-05-31 13:45:20 -07:00

7 lines
61 B
Nix

{ ... }: {
imports = [
./opts
./workarounds
];
}