mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
simplified spicetify
This commit is contained in:
parent
4421b50958
commit
7ce7d951f7
1 changed files with 1 additions and 22 deletions
|
|
@ -1,11 +1,4 @@
|
||||||
{ pkgs, lib, spicetify-nix, ... }:
|
{ pkgs, lib, spicetify-nix, ... }:
|
||||||
let
|
|
||||||
spotifyNoPremiumSrc = pkgs.fetchgit {
|
|
||||||
url = "https://github.com/Daksh777/SpotifyNoPremium";
|
|
||||||
rev = "a2daa7a9ec3e21ebba3c6ab0ad1eb5bd8e51a3ca";
|
|
||||||
sha256 = "1sr6pjaygxxx6majmk5zg8967jry53z6xd6zc31ns2g4r5sy4k8d";
|
|
||||||
};
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [ spicetify-nix.homeManagerModule ];
|
imports = [ spicetify-nix.homeManagerModule ];
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
|
|
@ -16,20 +9,6 @@ in
|
||||||
"adblock.js"
|
"adblock.js"
|
||||||
"hidePodcasts.js"
|
"hidePodcasts.js"
|
||||||
];
|
];
|
||||||
theme = {
|
theme = "SpotifyNoPremium";
|
||||||
name = "spotifyNoPremium";
|
|
||||||
src = spotifyNoPremiumSrc;
|
|
||||||
appendName = false;
|
|
||||||
injectCss = true;
|
|
||||||
replaceColors = false;
|
|
||||||
overwriteAssets = false;
|
|
||||||
sidebarConfig = false;
|
|
||||||
requiredExtensions = [
|
|
||||||
{
|
|
||||||
src = spotifyNoPremiumSrc;
|
|
||||||
filename = "adblock.js";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue