From 5587e46a30d34643d6aeb179af57b5015140a938 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 16:41:48 +0300 Subject: [PATCH] chore(hand7s): spotify upstream Signed-off-by: s0me1newithhand7s --- hand7s/programs/spicetify.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hand7s/programs/spicetify.nix b/hand7s/programs/spicetify.nix index 3f7be81..98c3463 100644 --- a/hand7s/programs/spicetify.nix +++ b/hand7s/programs/spicetify.nix @@ -13,7 +13,7 @@ ]; theme = lib.mkForce self.inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system}.themes.text; - colorScheme = lib.mkForce "TokyoNight"; + colorScheme = lib.mkForce "TokyoNightStorm"; }; }; }