diff --git a/users/crumb/mpdscribble.nix b/users/crumb/mpdscribble.nix deleted file mode 100644 index 24d808b..0000000 --- a/users/crumb/mpdscribble.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, lib, pkgs, ... }: - -with lib; - -let cfg = config.services.mpdscribble; -in { - options = { - services.mpdscribble = { - enable = mkEnableOption "the mpdscribble service"; - }; - }; - - config = mkIf cfg.enable { - }; -}