From d3f410359f571c3a6b36ba2e6f0478f92eb453ce Mon Sep 17 00:00:00 2001 From: Vlad Petrov Date: Sun, 10 Dec 2023 23:24:17 +0300 Subject: [PATCH] [spotify] fix description --- modules/spotify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spotify/default.nix b/modules/spotify/default.nix index b933e03..0f22b3a 100644 --- a/modules/spotify/default.nix +++ b/modules/spotify/default.nix @@ -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; };