Hi! I cannot get it to correctly install spicetify. Every time i add custom apps like lyricsPlus, it goes to this:
I have also tried enabling only the adblock extension, which doesn't break spotify but also doesn't block ads.
I am new to NixOS so this might just be a skill issue.
This is part of what i have:
programs.spicetify =
let
spicePkgs = spicetify-nix.legacyPackages.${pkgs.system};
in
{
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblock
];
enabledCustomApps = with spicePkgs.apps; [
marketplace
lyricsPlus
];
theme = spicePkgs.themes.catppuccin;
};
Please let me know if you need to see anything else of my configuration.
Hi! I cannot get it to correctly install spicetify. Every time i add custom apps like lyricsPlus, it goes to this: I have also tried enabling only the adblock extension, which doesn't break spotify but also doesn't block ads.
I am new to NixOS so this might just be a skill issue. This is part of what i have:
Please let me know if you need to see anything else of my configuration.