mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-23 02:39:40 +01:00
Yazi: change the default shellWrapperName yy → y
This commit is contained in:
parent
60e4624302
commit
1a001ee184
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,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