user/spicetify: add some extensions
This commit is contained in:
parent
c5956a8a56
commit
e5caa1d8e3
1 changed files with 10 additions and 0 deletions
|
|
@ -19,10 +19,20 @@ in
|
|||
theme = spicePkgs.themes.Dribbblish;
|
||||
colorScheme = "purple";
|
||||
|
||||
enabledCustomApps = with spicePkgs.apps; [
|
||||
lyrics-plus
|
||||
];
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
fullAppDisplay
|
||||
shuffle # shuffle+ (special characters are sanitized out of ext names)
|
||||
hidePodcasts
|
||||
|
||||
fullAppDisplayMod
|
||||
skipStats
|
||||
songStats
|
||||
history
|
||||
hidePodcasts
|
||||
volumePercentage
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue