nixos/home/env/fish.nix

13 lines
206 B
Nix

{ ... }:
{
programs.fish = {
enable = true;
shellAbbrs = {
lg = "lazygit";
};
};
programs.keychain.enableFishIntegration = true;
programs.starship.enableFishIntegration = true;
}