nix-infra/common/fragments/graphical/spotify.nix

11 lines
174 B
Nix

{ pkgs, lib, ... }: {
programs.spicetify = {
enable = true;
enabledCustomApps = with pkgs.spicetify-pkgs.apps; [
marketplace
lyrics-plus
];
};
}