Skip to content

Commit

Permalink
fix(stylix): don't enable Spotify for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 8, 2024
1 parent 7292ebf commit b6e510c
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 = {
enable = true;
spicetifyTheme.enable = true;
};
}
{
Expand Down

0 comments on commit b6e510c

Please sign in to comment.