feat(bash): Disable ble.sh for bash

This commit is contained in:
ulic-youthlic 2025-09-12 20:39:05 +08:00
parent 95674f0d7a
commit 1fdfc2dfc5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 0 additions and 5 deletions

View file

@ -14,7 +14,6 @@ in
};
config = lib.mkIf cfg.enable {
programs.bash = {
blesh.enable = true;
};
};
}