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
9 lines
155 B
Nix
9 lines
155 B
Nix
{ ... }:
|
|
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
exitShellOnExit = true;
|
|
attachExistingSession = true;
|
|
};
|
|
}
|