summary refs log tree commit diff
path: root/nixos/modules/config/vte.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/vte.nix')
-rw-r--r--nixos/modules/config/vte.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/vte.nix b/nixos/modules/config/vte.nix
index 24d32a00fd4..a969607f6e0 100644
--- a/nixos/modules/config/vte.nix
+++ b/nixos/modules/config/vte.nix
@@ -25,7 +25,7 @@ in
     programs.bash.vteIntegration = mkOption {
       default = false;
       type = types.bool;
-      description = ''
+      description = lib.mdDoc ''
         Whether to enable Bash integration for VTE terminals.
         This allows it to preserve the current directory of the shell
         across terminals.
@@ -35,7 +35,7 @@ in
     programs.zsh.vteIntegration = mkOption {
       default = false;
       type = types.bool;
-      description = ''
+      description = lib.mdDoc ''
         Whether to enable Zsh integration for VTE terminals.
         This allows it to preserve the current directory of the shell
         across terminals.