user/spicetify: fixes

This commit is contained in:
LavaDesu 2023-06-22 23:34:14 +07:00
parent d1d6b32cc5
commit 9625fd3962
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 22 additions and 5 deletions

View file

@ -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
];
};
}