From f1f31bf0bdcc95239c26a2c6208327fcbe40536a Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Mon, 29 Jun 2026 05:02:34 +0200 Subject: [PATCH] Add TODO comment for spicetify --- home/doggo/spicetify-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/doggo/spicetify-config.nix b/home/doggo/spicetify-config.nix index 845b8e2..e7b59e9 100644 --- a/home/doggo/spicetify-config.nix +++ b/home/doggo/spicetify-config.nix @@ -4,7 +4,7 @@ programs.spicetify = { enable = true; - theme = spicetify-nix.packages.themes.catppuccin; + theme = spicetify-nix.packages.themes.catppuccin; # TODO: Use https://github.com/0lswitcher/spotneotify colorScheme = "mocha"; enabledExtensions = with spicetify-nix.packages.extensions; []; enabledCustomApps = with spicetify-nix.packages.apps; [];