More sigh.

This commit is contained in:
Annika Merris 2024-05-12 14:35:32 -04:00
parent 343c645008
commit ebf4cea2ce

View file

@ -116,10 +116,8 @@
what = "huh" what = "huh"
''; '';
systemd.user.services.spotifyd = { systemd.user.services.spotifyd = {
Unit = { description = "spotify daemon";
Description = "spotify daemon"; documentation = "https://github.com/Spotifyd/spotifyd";
Documentation = "https://github.com/Spotifyd/spotifyd";
};
wantedBy = [ "default.target" ]; wantedBy = [ "default.target" ];