nixos/home/env/bash.nix

6 lines
142 B
Nix
Raw Normal View History

2023-05-17 17:10:18 +01:00
{...}: {
programs.bash.enable = true;
programs.keychain.enableBashIntegration = true;
programs.starship.enableBashIntegration = true;
}