nix-conf/modules/default.nix

7 lines
61 B
Nix

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