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; [];