2023-03-29 15:38:01 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2023-03-29 15:59:39 +01:00
|
|
|
programs.fish = {
|
|
|
|
enable = true;
|
|
|
|
shellAbbrs = {
|
|
|
|
lg = "lazygit";
|
2023-05-07 06:27:04 +01:00
|
|
|
hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf";
|
2023-05-12 08:38:50 +01:00
|
|
|
neovide = "WINIT_UNIX_BACKEND=x11 neovide";
|
2023-03-29 15:59:39 +01:00
|
|
|
};
|
|
|
|
};
|
2023-04-29 12:38:42 +01:00
|
|
|
programs.keychain.enableFishIntegration = true;
|
|
|
|
programs.starship.enableFishIntegration = true;
|
2023-03-29 15:38:01 +01:00
|
|
|
}
|