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