From d99181fc079e642eb38d90010b2bc17148aa6f62 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 28 Mar 2025 17:01:54 +0100 Subject: [PATCH] run format after suggestions --- modules/programs/smug.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/programs/smug.nix b/modules/programs/smug.nix index e708f75b0..deff749cc 100644 --- a/modules/programs/smug.nix +++ b/modules/programs/smug.nix @@ -32,8 +32,8 @@ in { options = { root = mkOptionRoot '' Root path in filesystem of the smug project. This is where tmux - changes its directory to. - + changes its directory to. + Application defaults to `$HOME`. ''; @@ -107,15 +107,14 @@ in { default = null; description = "Environment Variables to set in session."; }; - + beforeStart = mkOptionCommands "Commands to execute before the tmux-session starts."; - + stop = mkOptionCommands "Commands to execute after the tmux-session is destroyed."; }; - } - ]); + }]); default = { }; description = "Attribute set with project configurations."; };