hm: disable spicetify-nix as it's broken

This commit is contained in:
Alexandre Cavalheiro 2024-07-17 11:29:40 -03:00
parent 6112af21d9
commit 9982f28a36
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -6,8 +6,10 @@ in
{
imports = [ spicetify-nix.homeManagerModule ];
home.packages = with pkgs; [ spotify ];
programs.spicetify = {
enable = true;
enable = false; # Currently broken, see https://github.com/the-argus/spicetify-nix/issues/62
theme = spicePkgs.themes.catppuccin;
colorScheme = "frappe";