diff --git a/install/packages.sh b/install/packages.sh index 4599f6c..ca9621a 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -102,6 +102,7 @@ sudo pacman -S --noconfirm --needed \ tldr \ tree-sitter-cli \ ttf-cascadia-mono-nerd \ + ttf-ia-writer \ ttf-jetbrains-mono-nerd \ typora \ tzupdate \ diff --git a/migrations/1756060611.sh b/migrations/1756060611.sh index 8fc0378..b1bc95d 100644 --- a/migrations/1756060611.sh +++ b/migrations/1756060611.sh @@ -18,4 +18,4 @@ reinstall_package_opr wl-screenrec reinstall_package_opr python-terminaltexteffects reinstall_package_opr tzupdate reinstall_package_opr typora -# reinstall_package_opr ttf-ia-writer +reinstall_package_opr ttf-ia-writer diff --git a/migrations/1756411865.sh b/migrations/1756411865.sh new file mode 100644 index 0000000..8dcf8ef --- /dev/null +++ b/migrations/1756411865.sh @@ -0,0 +1,3 @@ +echo "Add back ttf-ia-writer if it was missing" + +omarchy-pkg-add ttf-ia-writer