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."; }; }