Zellij: switched to unstable
This commit is contained in:
parent
b10fa4cd8c
commit
cf3b068c08
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ let
|
||||||
strPalette = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.colorPalette;
|
strPalette = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.colorPalette;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.zellij.enable = true;
|
programs.zellij = { enable = true; package = pkgs.unstable_pkgs.zellij; };
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
"ze" = "zellij";
|
"ze" = "zellij";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue