reorganized to fix ordering with the 10nth folder

This commit is contained in:
aminnairi
2025-11-08 20:52:07 +01:00
parent b194ae5efb
commit f969ff97c7
10 changed files with 0 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
ensure_package_group_is_installed gnome \
&& ensure_package_group_is_installed gnome-extra \
&& ensure_package_is_installed python-psutil \
&& ensure_service_active gdm \
&& ensure_gnome_setting_set "org.gnome.desktop.input-sources" "xkb-options" "['compose:ralt']"