Skip to content

Commit

Permalink
[spotify] fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Dec 10, 2023
1 parent 38ef134 commit d3f4103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let inherit (lib) types mkIf mkDefault mkOption;
in {
options.my-config = {
spotify.enable = mkOption {
description = "Enable obsidian";
description = "Enable Spotify";
type = types.bool;
default = false;
};
Expand Down

0 comments on commit d3f4103

Please sign in to comment.