We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! It would be nice to be able to set up snippets for spicetify (like "Hide lyrics button", "Hide download", etc)
The text was updated successfully, but these errors were encountered:
These? #209 (comment)
Sorry, something went wrong.
Yeah i just need to add documentation
EDIT: snippets use camelCase now
If anyone is wondering... it uses the last bit of the preview string in snippets.json https://github.com/Gerg-L/spicetify-nix/blob/master/pkgs/snippets.json e.g.
snippets.json
programs.spicetify = { enable = true; enabledExtensions = with spicePkgs.extensions; [ adblock hidePodcasts shuffle ]; enabledCustomApps = with spicePkgs.apps; [ lyricsPlus newReleases ]; enabledSnippets = with spicePkgs.snippets; [ pointer smooth-progress-bar remove-popular hide-download-button ]; theme = spicePkgs.themes.catppuccin; colorScheme = "macchiato"; };
No branches or pull requests
Hi! It would be nice to be able to set up snippets for spicetify (like "Hide lyrics button", "Hide download", etc)
The text was updated successfully, but these errors were encountered: