summaryrefslogtreecommitdiff
path: root/modules/services/spotifyd.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-14 23:02:32 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-19 04:05:50 +0200
commitdef1e23be848848400d1d097d4f044e3c401f9dd (patch)
tree7a69686dea36e304c788531fda90bc3edeee86fd /modules/services/spotifyd.nix
parent99b3f9a1f5d2604d542f367d38001dfa40eea7b9 (diff)
treewide: remove lib.mdDoc
Diffstat (limited to 'modules/services/spotifyd.nix')
-rw-r--r--modules/services/spotifyd.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/services/spotifyd.nix b/modules/services/spotifyd.nix
index 2469a24..612bae1 100644
--- a/modules/services/spotifyd.nix
+++ b/modules/services/spotifyd.nix
@@ -19,7 +19,7 @@ in
enable = mkOption {
type = types.bool;
default = false;
- description = lib.mdDoc ''
+ description = ''
Whether to enable the spotifyd service.
'';
};
@@ -28,7 +28,7 @@ in
type = types.path;
default = pkgs.spotifyd;
defaultText = "pkgs.spotifyd";
- description = lib.mdDoc ''
+ description = ''
The spotifyd package to use.
'';
};
@@ -40,7 +40,7 @@ in
bitrate = 160;
volume_normalisation = true;
};
- description = lib.mdDoc ''
+ description = ''
Configuration for spotifyd, see <https://spotifyd.github.io/spotifyd/config/File.html>
for supported values.
'';