summary refs log tree commit diff
path: root/nixos/modules/services/desktops/gvfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/desktops/gvfs.nix')
-rw-r--r--nixos/modules/services/desktops/gvfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/gvfs.nix b/nixos/modules/services/desktops/gvfs.nix
index 84cd29638723f..7e15b433fcc29 100644
--- a/nixos/modules/services/desktops/gvfs.nix
+++ b/nixos/modules/services/desktops/gvfs.nix
@@ -29,7 +29,7 @@ in
 
     services.gvfs = {
 
-      enable = mkEnableOption "GVfs, a userspace virtual filesystem";
+      enable = mkEnableOption (lib.mdDoc "GVfs, a userspace virtual filesystem");
 
       # gvfs can be built with multiple configurations
       package = mkOption {