zellij: moved to unstable

This commit is contained in:
Tigor Hutasuhut 2024-10-09 20:19:47 +07:00
parent 775b2083d2
commit b40523e689

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, unstable, ... }:
let let
cfg = config.profile.home.programs.zellij; cfg = config.profile.home.programs.zellij;
plugins = { plugins = {
@ -15,6 +15,7 @@ in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.zellij.enable = true; programs.zellij.enable = true;
programs.zellij.package = unstable.zellij;
# Uses initExtraFirst instead of initExtra # Uses initExtraFirst instead of initExtra
# to avoid loading of zsh plugins before zellij loads. # to avoid loading of zsh plugins before zellij loads.