spicetify-nix: remove
moved music to jellyfin
This commit is contained in:
parent
947a6bb970
commit
60180aaf05
6 changed files with 2 additions and 79 deletions
|
|
@ -7,7 +7,6 @@
|
|||
./git.nix
|
||||
./kitty.nix
|
||||
./librewolf.nix
|
||||
./spicetify.nix
|
||||
./vesktop.nix
|
||||
./vscodium.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
OpenInApp = {
|
||||
enabled = true;
|
||||
spotify = true;
|
||||
spotify = false;
|
||||
steam = true;
|
||||
epic = false;
|
||||
tidal = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue