dotfiles/users/josh/by_hosts/joe/spotifyd.nix

6 lines
58 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.spotifyd ];
}