aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/services/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/services/mpd.nix')
-rw-r--r--home-manager/modules/services/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/modules/services/mpd.nix b/home-manager/modules/services/mpd.nix
index 2aa1cd3a9fe..13b3ae78f26 100644
--- a/home-manager/modules/services/mpd.nix
+++ b/home-manager/modules/services/mpd.nix
@@ -42,7 +42,7 @@ in {
};
musicDirectory = mkOption {
- type = types.path;
+ type = with types; either path str;
default = "${config.home.homeDirectory}/music";
defaultText = "$HOME/music";
apply = toString; # Prevent copies to Nix store.