Add TODO comment for spicetify

This commit is contained in:
Username404-59 2026-06-29 05:02:34 +02:00
parent ab810586cd
commit f1f31bf0bd
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -4,7 +4,7 @@
programs.spicetify = { programs.spicetify = {
enable = true; enable = true;
theme = spicetify-nix.packages.themes.catppuccin; theme = spicetify-nix.packages.themes.catppuccin; # TODO: Use https://github.com/0lswitcher/spotneotify
colorScheme = "mocha"; colorScheme = "mocha";
enabledExtensions = with spicetify-nix.packages.extensions; []; enabledExtensions = with spicetify-nix.packages.extensions; [];
enabledCustomApps = with spicetify-nix.packages.apps; []; enabledCustomApps = with spicetify-nix.packages.apps; [];