nix-dotfiles/home-manager/modules/spotify.nix
2025-06-30 21:22:40 -06:00

5 lines
65 B
Nix

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