mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
9 lines
315 B
Bash
9 lines
315 B
Bash
#!/bin/bash
|
|
|
|
source ./modules/00-library.sh &&
|
|
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']"
|