nixos/home/programs/zellij/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
114 B
Nix
Raw Permalink Normal View History

2024-07-04 21:17:49 +00:00
{ ... }:
{
programs.zellij = {
enable = true;
2024-07-05 12:10:36 +00:00
# enableZshIntegration = true;
2024-07-04 21:17:49 +00:00
settings = { };
};
}