From 88380453337205a65c220f68f8fed3ae1001d9f1 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 1 Apr 2020 02:13:09 -0400 Subject: [PATCH] nixos/contractor: delete file It looks like I forgot to actually delete this file. --- nixos/modules/module-list.nix | 1 - .../services/desktops/pantheon/contractor.nix | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 nixos/modules/services/desktops/pantheon/contractor.nix diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 7633f1ca0ad5..59355aa666fc 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -295,7 +295,6 @@ ./services/desktops/deepin/deepin.nix ./services/desktops/dleyna-renderer.nix ./services/desktops/dleyna-server.nix - ./services/desktops/pantheon/contractor.nix ./services/desktops/pantheon/files.nix ./services/desktops/flatpak.nix ./services/desktops/geoclue2.nix diff --git a/nixos/modules/services/desktops/pantheon/contractor.nix b/nixos/modules/services/desktops/pantheon/contractor.nix deleted file mode 100644 index c76145191a70..000000000000 --- 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 { - - - - }; - -}