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:
parent
d7eebda699
commit
2fde3bcb82
1 changed files with 3 additions and 1 deletions
|
@ -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.";
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue