about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/services/desktops/pantheon/contractor.nix
blob: c76145191a70414ac028ce8db16376726f196d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contractor

{ config, pkgs, lib, ... }:

with lib;

{


  ###### implementation

  config = mkIf config.services.pantheon.contractor.enable {

    

  };

}