nixos-config/modules/home/spotify.nix

7 lines
83 B
Nix

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