/ systems / modules / programs / default.nix
default.nix
1  {
2    imports = [
3      ./crc.nix
4    ];
5  }