mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
run format after suggestions
This commit is contained in:
parent
383b6742fc
commit
d99181fc07
1 changed files with 5 additions and 6 deletions
|
@ -32,8 +32,8 @@ in {
|
||||||
options = {
|
options = {
|
||||||
root = mkOptionRoot ''
|
root = mkOptionRoot ''
|
||||||
Root path in filesystem of the smug project. This is where tmux
|
Root path in filesystem of the smug project. This is where tmux
|
||||||
changes its directory to.
|
changes its directory to.
|
||||||
|
|
||||||
Application defaults to `$HOME`.
|
Application defaults to `$HOME`.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -107,15 +107,14 @@ in {
|
||||||
default = null;
|
default = null;
|
||||||
description = "Environment Variables to set in session.";
|
description = "Environment Variables to set in session.";
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeStart = mkOptionCommands
|
beforeStart = mkOptionCommands
|
||||||
"Commands to execute before the tmux-session starts.";
|
"Commands to execute before the tmux-session starts.";
|
||||||
|
|
||||||
stop = mkOptionCommands
|
stop = mkOptionCommands
|
||||||
"Commands to execute after the tmux-session is destroyed.";
|
"Commands to execute after the tmux-session is destroyed.";
|
||||||
};
|
};
|
||||||
}
|
}]);
|
||||||
]);
|
|
||||||
default = { };
|
default = { };
|
||||||
description = "Attribute set with project configurations.";
|
description = "Attribute set with project configurations.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue