nix/home-manager/common/software/cli/zellij.nix

9 lines
148 B
Nix
Raw Normal View History

2024-04-29 06:55:26 +02:00
{ ... }: {
programs.zellij = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
settings = '''';
};
}