mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
Merge 1a001ee184 into 0562fef070
This commit is contained in:
commit
389fa46b1e
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ in
|
||||||
|
|
||||||
shellWrapperName = lib.mkOption {
|
shellWrapperName = lib.mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "yy";
|
default = "y";
|
||||||
example = "y";
|
example = "yy";
|
||||||
description = ''
|
description = ''
|
||||||
Name of the shell wrapper to be called.
|
Name of the shell wrapper to be called.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue