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,
pkgs-stable,
...
}: let
{pkgs, ...}: let
shellAliases = {
"zj" = "zellij";
};
in {
programs.zellij = {
enable = true;
# [Linux] Revert to old v0.40.1 to fix:
# https://github.com/zellij-org/zellij/issues/3592
package =
if pkgs.stdenv.isLinux
then pkgs-stable.zellij
else pkgs.zellij;
package = pkgs.zellij;
};
# auto start zellij in nushell
programs.nushell.extraConfig = ''