summary refs log tree commit diff
path: root/nixos/modules/services/desktops/pantheon/contractor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/desktops/pantheon/contractor.nix')
-rw-r--r--nixos/modules/services/desktops/pantheon/contractor.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/nixos/modules/services/desktops/pantheon/contractor.nix b/nixos/modules/services/desktops/pantheon/contractor.nix
deleted file mode 100644
index c76145191a7..00000000000
--- a/nixos/modules/services/desktops/pantheon/contractor.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# Contractor
-
-{ config, pkgs, lib, ... }:
-
-with lib;
-
-{
-
-
-  ###### implementation
-
-  config = mkIf config.services.pantheon.contractor.enable {
-
-    
-
-  };
-
-}