flake/users/guanranwang/home-manager/applications/spotify/default.nix

3 lines
51 B
Nix

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