nix/home-manager/common/software/cli/zellij.nix
2024-04-29 13:55:26 +09:00

8 lines
148 B
Nix

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