fix: upgrade zellij to 0.41.2 to fix keybinding

This commit is contained in:
Ryan Yin
2024-11-29 23:34:05 +08:00
parent f0576ecc88
commit 6fc0c5bcc2

View File

@@ -1,20 +1,11 @@
{ {pkgs, ...}: let
pkgs,
pkgs-stable,
...
}: let
shellAliases = { shellAliases = {
"zj" = "zellij"; "zj" = "zellij";
}; };
in { in {
programs.zellij = { programs.zellij = {
enable = true; enable = true;
# [Linux] Revert to old v0.40.1 to fix: package = pkgs.zellij;
# https://github.com/zellij-org/zellij/issues/3592
package =
if pkgs.stdenv.isLinux
then pkgs-stable.zellij
else pkgs.zellij;
}; };
# auto start zellij in nushell # auto start zellij in nushell
programs.nushell.extraConfig = '' programs.nushell.extraConfig = ''