dotfiles/users/josh/by_hosts/joe/home_manager/spotifyd.nix
2024-04-07 12:54:35 -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;
}