Files
omarchy/migrations/1752897642.sh
David Heinemeier Hansson 178f97a6e3 We don't need the GUI for fcitx5
The fewer packages the better
2025-07-18 23:33:08 -05:00

5 lines
143 B
Bash

echo "Remove needless fcitx5-configtool package"
if command -v fcitx5-configtool &>/dev/null; then
yay -Rns --noconfirm fcitx5-configtool
fi