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
09af317fc8
commit
feb388ef9f
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ in {
|
|||
options = {
|
||||
root = mkOptionRoot ''
|
||||
Root path in filesystem of the smug project. This is where tmux
|
||||
changes its directory to. Defaults to $HOME.
|
||||
changes its directory to.
|
||||
|
||||
Application defaults to `$HOME`.
|
||||
'';
|
||||
|
||||
windows = lib.mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue