user/spicetify: fixes
This commit is contained in:
parent
d1d6b32cc5
commit
9625fd3962
3 changed files with 22 additions and 5 deletions
|
|
@ -17,7 +17,9 @@ in
|
|||
|
||||
enable = true;
|
||||
theme = spicePkgs.themes.Dribbblish // {
|
||||
requiredExtensions = [((builtins.head spicePkgs.themes.Dribbblish.requiredExtensions) // { filename = "theme.js"; }) ];
|
||||
#src = inputs.spicetify-themes;
|
||||
extraCommands = "spicetify-cli --no-restart config experimental_features 1";
|
||||
#requiredExtensions = [((builtins.head spicePkgs.themes.Dribbblish.requiredExtensions) // { filename = "theme.js"; }) ];
|
||||
};
|
||||
colorScheme = "purple";
|
||||
|
||||
|
|
@ -25,17 +27,14 @@ in
|
|||
lyrics-plus
|
||||
];
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
fullAppDisplay
|
||||
fullAppDisplayMod
|
||||
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