install: make system scripts root-finalizer aware

This commit is contained in:
Ryan Hughes
2026-06-04 18:35:01 -04:00
parent 0cfa1b66c4
commit 7ef5bc56fd
6 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
# Give this user privileged input access for dictation tools + xbox controllers to work
sudo usermod -aG input ${USER}
usermod -aG input "${OMARCHY_INSTALL_USER:-${USER:-}}"