programs.spicetify.enabledCustomApps= [
({
# The source of the customApp
# make sure you're using the correct branch
# It could also be a sub-directory of the repo
src = pkgs.fetchFromGitHub {
owner = "";
repo = "";
rev = "";
hash = "";
};
# The actual file name of the customApp usually ends with .js
name = "";
})
];
Almost all customApp PR's will be merged quickly view the git history of /pkgs/apps.nix for PR examples
Add a page showing new releases from artists you follow.
Add a page showing popular music on certain music subreddits.
Add a page with pretty scrolling lyrics.
Add a page where you can browse extensions, themes, apps, and snippets. Using the marketplace does not work with this flake, however it is still here in order to allow for browsing.
Add a shortcut to see just your local files.
Heardle.app for spicetify. Source
NCS-style visualizer for Spicetify Source
Adds a shortcut for the "Recently Played" screen to the sidebar. Source
Bring back the centered library. Source