From 2fde3bcb8226a5a7e9072435286ff707dc153de0 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 28 Mar 2025 16:36:10 +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 b86a351f8..847c6b41c 100644 --- a/modules/programs/smug.nix +++ b/modules/programs/smug.nix @@ -112,10 +112,12 @@ 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."; + "Commands to execute after the tmux-session is destroyed."; }; }