1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
This commit is contained in:
phuclee 2025-11-06 21:09:15 +00:00 committed by GitHub
commit 389fa46b1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,8 +48,8 @@ in
shellWrapperName = lib.mkOption {
type = types.str;
default = "yy";
example = "y";
default = "y";
example = "yy";
description = ''
Name of the shell wrapper to be called.
'';