1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

Update modules/programs/smug.nix

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Pim Snel 2025-03-28 16:36:10 +01:00 committed by GitHub
parent d7eebda699
commit 2fde3bcb82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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