user/spicetify: add some extensions

This commit is contained in:
LavaDesu 2023-04-06 20:10:41 +07:00
parent c5956a8a56
commit e5caa1d8e3
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -19,10 +19,20 @@ in
theme = spicePkgs.themes.Dribbblish; theme = spicePkgs.themes.Dribbblish;
colorScheme = "purple"; colorScheme = "purple";
enabledCustomApps = with spicePkgs.apps; [
lyrics-plus
];
enabledExtensions = with spicePkgs.extensions; [ enabledExtensions = with spicePkgs.extensions; [
fullAppDisplay fullAppDisplay
shuffle # shuffle+ (special characters are sanitized out of ext names) shuffle # shuffle+ (special characters are sanitized out of ext names)
hidePodcasts hidePodcasts
fullAppDisplayMod
skipStats
songStats
history
hidePodcasts
volumePercentage
]; ];
}; };