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;
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue