NixOS-Config/modules/home/programs/misc/avtools/spotdl/default.nix

6 lines
127 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }:
{
home.packages = with pkgs; [ spotdl ];
programs.zsh.shellAliases.spotdl = "spotdl --m3u --format opus";
}