nixos/contractor: delete file

It looks like I forgot to actually delete this file.
This commit is contained in:
worldofpeace 2020-04-01 02:13:09 -04:00
parent 75a164ef4c
commit 8838045333
2 changed files with 0 additions and 19 deletions

View file

@ -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

View file

@ -1,18 +0,0 @@
# Contractor
{ config, pkgs, lib, ... }:
with lib;
{
###### implementation
config = mkIf config.services.pantheon.contractor.enable {
};
}