a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable multi-scrobbler on reg for now

karitham ec3effba 42bd98f9

+1 -1
+1 -1
hosts/reg/multi-scrobbler.nix
··· 13 13 restartUnits = [ "multi-scrobbler.service" ]; 14 14 }; 15 15 16 - services.multi-scrobbler.enable = true; 16 + services.multi-scrobbler.enable = false; 17 17 }