summaryrefslogtreecommitdiffstats
path: root/mpd.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-18 19:17:30 -0400
committerAndrew <admonty1@protonmail.com>2025-08-18 19:17:30 -0400
commitf0c9f39bd7a23927176fad4105dfa307ef82ef64 (patch)
tree84cd693fe7994d7853b053a93ad80f672fe30846 /mpd.nix
parentadd hyprland binds (diff)
downloadnixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.tar.gz
nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.tar.bz2
nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.zip
smart gaps
Diffstat (limited to '')
-rw-r--r--mpd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpd.nix b/mpd.nix
index fa8f5e6..176600e 100644
--- a/mpd.nix
+++ b/mpd.nix
@@ -6,7 +6,6 @@
playlistDirectory = "${config.home.homeDirectory}/.playlists";
extraConfig = ''
auto_update "yes"
- restore_paused "yes"
'';
};
}