From feb388ef9f8c9ad93dad16bf2fb65e983bfb54be Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 28 Mar 2025 16:33:26 +0100 Subject: [PATCH] Update modules/programs/smug.nix Co-authored-by: Austin Horstman --- modules/programs/smug.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/programs/smug.nix b/modules/programs/smug.nix index 6e04478ed..ac6526b45 100644 --- a/modules/programs/smug.nix +++ b/modules/programs/smug.nix @@ -37,7 +37,9 @@ in { options = { root = mkOptionRoot '' Root path in filesystem of the smug project. This is where tmux - changes its directory to. Defaults to $HOME. + changes its directory to. + + Application defaults to `$HOME`. ''; windows = lib.mkOption {