zellij: moved to unstable
This commit is contained in:
parent
775b2083d2
commit
b40523e689
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, unstable, ... }:
|
||||
let
|
||||
cfg = config.profile.home.programs.zellij;
|
||||
plugins = {
|
||||
|
@ -15,6 +15,7 @@ in
|
|||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.zellij.enable = true;
|
||||
programs.zellij.package = unstable.zellij;
|
||||
|
||||
# Uses initExtraFirst instead of initExtra
|
||||
# to avoid loading of zsh plugins before zellij loads.
|
||||
|
|
Loading…
Reference in a new issue