nixos/home-manager/features/spotify.nix
2023-12-17 13:58:41 -05:00

5 lines
61 B
Nix

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