flocon/home/base/programs/zellij.nix

8 lines
94 B
Nix

{ ... }:
{
programs.zellij = {
enable = true;
enableFishIntegration = true;
};
}