2023-03-29 15:38:01 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2023-04-13 07:18:21 +01:00
|
|
|
programs.bash = {
|
|
|
|
enable = true;
|
2023-05-16 13:05:40 +01:00
|
|
|
shellAliases = { lg = "lazygit"; };
|
2023-04-13 07:18:21 +01:00
|
|
|
};
|
2023-04-29 12:38:42 +01:00
|
|
|
programs.keychain.enableBashIntegration = true;
|
|
|
|
programs.starship.enableBashIntegration = true;
|
2023-05-12 15:27:21 +01:00
|
|
|
programs.nix-index.enableBashIntegration = true;
|
2023-03-29 15:38:01 +01:00
|
|
|
}
|