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