dots/modules/home-manager/features/bash.nix
2026-02-22 16:47:53 +11:00

4 lines
78 B
Nix

{
home.shell.enableBashIntegration = true;
programs.bash.enable = true;
}