Skip to content

Commit

Permalink
mpd: use XDG music directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 22, 2024
1 parent 2f7df57 commit 15669a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/home-manager/media.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
home.shellAliases = {
m = "ncmpcpp";
};
Expand Down Expand Up @@ -104,8 +100,6 @@
programs.yt-dlp.enable = true;

services.mpd = {
musicDirectory = "${config.home.homeDirectory}/music";

extraConfig = ''
audio_output {
type "pulse"
Expand Down

0 comments on commit 15669a4

Please sign in to comment.