Skip to content

Commit

Permalink
fix(modules): spotify: incorrect theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 14, 2024
1 parent e0adc3b commit de3caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in
enable = mkEnableOption "Spotify";
spicetifyTheme = {
enable = mkEnableOption "Spicetify theme";
theme = mkOpt str "Sleek" "The Spicetify theme to apply";
theme = mkOpt str "sleek" "The Spicetify theme to apply";
colorScheme = mkOpt str "RosePine" "The color scheme to apply to the Spicetify theme";
};
};
Expand Down

0 comments on commit de3caf8

Please sign in to comment.