From 1a001ee184dba29f7b0fa00de7cd8fc39942f272 Mon Sep 17 00:00:00 2001 From: phucleeuwu <125681538+phucleeuwu@users.noreply.github.com> Date: Sat, 31 May 2025 19:26:16 +0700 Subject: [PATCH] =?UTF-8?q?Yazi:=20change=20the=20default=20`shellWrapperN?= =?UTF-8?q?ame`=20`yy`=20=E2=86=92`=20y`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/programs/yazi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/yazi.nix b/modules/programs/yazi.nix index 8b689bb2f..13161b4fc 100644 --- a/modules/programs/yazi.nix +++ b/modules/programs/yazi.nix @@ -32,8 +32,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. '';