Files
setup-machines/home-manager/spotify.nix
2025-02-26 20:30:44 +01:00

5 lines
65 B
Nix

{ pkgs, ... }: {
programs.spotify = {
enable = true;
};
}