spicetify-nix: remove

moved music to jellyfin
This commit is contained in:
wo2wz 2025-11-24 18:11:55 -05:00
parent 947a6bb970
commit 60180aaf05
6 changed files with 2 additions and 79 deletions

View file

@ -7,7 +7,6 @@
./git.nix
./kitty.nix
./librewolf.nix
./spicetify.nix
./vesktop.nix
./vscodium.nix
];

View file

@ -1,29 +0,0 @@
{ inputs, config, pkgs, ... }:
{
imports = [ inputs.spicetify-nix.homeManagerModules.default ];
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
in {
enable = true;
theme = {
name = "Tokyo";
src = pkgs.fetchFromGitHub {
owner = "evening-hs";
repo = "Spotify-Tokyo-Night-Theme";
rev = "d88ca06eaeeb424d19e0d6f7f8e614e4bce962be";
hash = "sha256-cLj9v8qtHsdV9FfzV2Qf4pWO8AOBXu51U/lUMvdEXAk=";
};
};
colorScheme = "Night";
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
shuffle
volumePercentage
history
];
};
}

View file

@ -59,7 +59,7 @@
};
OpenInApp = {
enabled = true;
spotify = true;
spotify = false;
steam = true;
epic = false;
tidal = false;