nix-config/home/programs/media/spotify/spotify-tui.nix

14 lines
238 B
Nix
Raw Normal View History

2025-04-16 21:54:10 +02:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
spotify-tui
];
/*home.file.".config/spotify-player" = {
source = ./configs;
# copy the scripts directory recursively
recursive = true;
};*/
}