feat: global text scaling (SPC z) for accessibility on macOS

This commit is contained in:
2026-02-22 15:03:03 +01:00
parent d46cbeff6b
commit aad9dafdd0
2 changed files with 81 additions and 0 deletions

View File

@@ -73,3 +73,6 @@
;; pandoc
(package! org-pandoc-import
:recipe (:host github :repo "tecosaur/org-pandoc-import"))
;; Global text scaling for accessibility
(package! default-text-scale)