nixconf/home-manager/zellij.nix
Gabriella Bere ff65efd702 switched to fish
oh-my-fish/theme-agnoster has issues on nix so i forked it and am
working on fixing it, for now i have it in a state where the annoying
thing doesnt happen, and this means i have the same functionality

actually better because the autocomplete and syntax highlighting is much
nicer

fish ftw
2025-06-04 16:59:43 +01:00

9 lines
155 B
Nix

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