hm: disable spicetify-nix as it's broken
This commit is contained in:
parent
6112af21d9
commit
9982f28a36
|
@ -6,8 +6,10 @@ in
|
||||||
{
|
{
|
||||||
imports = [ spicetify-nix.homeManagerModule ];
|
imports = [ spicetify-nix.homeManagerModule ];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ spotify ];
|
||||||
|
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = false; # Currently broken, see https://github.com/the-argus/spicetify-nix/issues/62
|
||||||
theme = spicePkgs.themes.catppuccin;
|
theme = spicePkgs.themes.catppuccin;
|
||||||
colorScheme = "frappe";
|
colorScheme = "frappe";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue