1
0
Fork 0
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:
phucleeuwu 2025-05-31 19:26:16 +07:00 committed by GitHub
parent 60e4624302
commit 1a001ee184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
''; '';