nix-config/home/programs/media/spotify/spotify-tui.nix
2025-04-16 21:54:10 +02:00

14 lines
238 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
spotify-tui
];
/*home.file.".config/spotify-player" = {
source = ./configs;
# copy the scripts directory recursively
recursive = true;
};*/
}