From 77e4f28522e64443da0e152c2266a386e64ee858 Mon Sep 17 00:00:00 2001 From: Theodor Bjorkman Date: Wed, 5 Mar 2025 10:12:30 +0100 Subject: [PATCH] Fixed description indentation --- modules/plugins/utility/harpoon/harpoon.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/plugins/utility/harpoon/harpoon.nix b/modules/plugins/utility/harpoon/harpoon.nix index 9961aa07..4478c938 100644 --- a/modules/plugins/utility/harpoon/harpoon.nix +++ b/modules/plugins/utility/harpoon/harpoon.nix @@ -24,7 +24,7 @@ in { default = false; description = '' Any time the ui menu is closed then we will save the - state back to the backing list, not to the fs + state back to the backing list, not to the fs ''; }; sync_on_ui_close = mkOption { @@ -32,7 +32,7 @@ in { default = false; description = '' Any time the ui menu is closed then the state of the - list will be sync'd back to the fs + list will be sync'd back to the fs ''; }; key = mkOption { @@ -44,7 +44,7 @@ in { ''; description = '' How the out list key is looked up. This can be useful - when using worktrees and using git remote instead of file path + when using worktrees and using git remote instead of file path ''; }; };