Switched spotify/spicetify for tidal/sone

This commit is contained in:
2026-05-05 21:16:28 +01:00
parent 2d44cda4de
commit 576e5cfffa
5 changed files with 21 additions and 97 deletions
+1
View File
@@ -51,6 +51,7 @@ in {
nixers.rbw-autofill
unstablePkgs.ruff
pkgs.signal-desktop
unstablePkgs.sone
pkgs.sshs
unstablePkgs.uv
pkgs.vial
-27
View File
@@ -10,7 +10,6 @@
}: {
imports = [
inputs.noctalia.homeModules.default
inputs.spicetify-nix.homeManagerModules.default
];
programs = {
@@ -35,31 +34,5 @@
};
};
hyprcursor-phinger.enable = true;
spicetify = let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in {
enable = true;
theme = {
name = "TokyoNight";
src = pkgs.fetchFromGitHub {
owner = "evening-hs";
repo = "Spotify-Tokyo-Night-Theme";
rev = "main";
hash = "sha256-cLj9v8qtHsdV9FfzV2Qf4pWO8AOBXu51U/lUMvdEXAk=";
};
appendName = false;
injectCss = true;
replaceColors = true;
overwriteAssets = true;
};
colorScheme = "Night";
enabledExtensions = with spicePkgs.extensions; [
adblock
shuffle
hidePodcasts
fullAppDisplay
trashbin
];
};
};
}