Zellij: switched to unstable

This commit is contained in:
Filippo Berto 2023-04-14 11:45:05 +02:00
parent b10fa4cd8c
commit cf3b068c08
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -3,7 +3,7 @@ let
strPalette = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.colorPalette;
in
{
programs.zellij.enable = true;
programs.zellij = { enable = true; package = pkgs.unstable_pkgs.zellij; };
home.shellAliases = {
"ze" = "zellij";