diff options
Diffstat (limited to 'modules/home/mpd.nix')
| -rw-r--r-- | modules/home/mpd.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/home/mpd.nix b/modules/home/mpd.nix deleted file mode 100644 index 46748c6..0000000 --- a/modules/home/mpd.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, ... }: - -{ - services.mpd = { - enable = true; - - musicDirectory = "~/Music"; - }; - - services.mpd-mpris = { - enable = true; - }; - - home.packages = with pkgs; [ - mpc-cli - ]; -} |