dotfiles/users/josh/by_hosts/joe/spotifyd.nix
2024-04-02 13:31:13 -05:00

8 lines
142 B
Nix

{ pkgs, ... }:
{
# home.packages = [ pkgs.spotifyd ];
# TODO revisit this isn't working for me yet...
services.spotifyd.enable =true;
}