nix/home-manager/common/software/cli/zellij.nix
2024-04-29 14:36:33 +09:00

8 lines
149 B
Nix

{ ... }: {
programs.zellij = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
#settings = '''';
};
}