From 195ee328de9cf06bf3106b084910e74229988afe Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Mon, 29 Jun 2026 10:57:36 +0100 Subject: [PATCH] spicetify: switch to comfy theme (rose-pine) Co-Authored-By: Claude Opus 4.8 --- home/common/programs/desktop/spicetify.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/common/programs/desktop/spicetify.nix b/home/common/programs/desktop/spicetify.nix index 4c83e4f..7b57fcc 100644 --- a/home/common/programs/desktop/spicetify.nix +++ b/home/common/programs/desktop/spicetify.nix @@ -12,6 +12,7 @@ in hidePodcasts shuffle ]; - theme = spicePkgs.themes.bloom; + theme = spicePkgs.themes.comfy; + colorScheme = "rose-pine"; }; }