19 lines
159 B
Nix
Raw Normal View History

2018-08-20 16:31:18 -04:00
# Contractor
{ config, pkgs, lib, ... }:
with lib;
{
###### implementation
config = mkIf config.services.pantheon.contractor.enable {
2018-08-20 16:31:18 -04:00
};
}