Add bash-completion pkgs to flake overlay

Mks completions work inside custom embedded shells (like `xonsh`!).
wayland_nix_py313
Tyler Goodlet 2025-12-31 20:35:01 -05:00
parent 5449141ec4
commit ffd6438b88
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
# XXX, ensure sh completions active!
bashInteractive
bash-completion
qt6.qtwayland qt6.qtwayland
qt6.qtbase qt6.qtbase