feat(spotify): disable spicetify for now

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent 0927313f6d
commit 5e934f87a3

View File

@@ -63,7 +63,13 @@
LSP_USE_PLISTS = "true";
OPENAI_API_URL = "http://localhost:1234/";
};
desktop.caelestia.enable = true;
desktop = {
caelestia.enable = true;
spotify = {
enable = true;
spicetify.enable = false;
};
};
dev = {
ai.claude.enable = true;
editors.emacs.package = emacsPackage;