Skip to content

Commit

Permalink
fix: disable Spicetify theme
Browse files Browse the repository at this point in the history
TEMP
  • Loading branch information
gekoke authored Dec 2, 2024
1 parent 2cb17cc commit 9bfecc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/stylix/stylesheets/main/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ with lib.elementary;
}
{
elementary.programs.spotify = {
spicetifyTheme.enable = true;
spicetifyTheme.enable = false;
};
}
{
Expand Down

0 comments on commit 9bfecc9

Please sign in to comment.