diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-17 17:30:29 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-17 17:30:29 +0200 |
| commit | 9bde161e2bfb23a71d2e52e99ad94db297cfa545 (patch) | |
| tree | a428a5ca751b5d0d35aed6f9855949d1e10400fe /raveos-calamares-theme/etc/calamares | |
| parent | fb9297858b7191fe524724d7237e39aa36dcb92a (diff) | |
| download | RaveOS-PKGBUILD-9bde161e2bfb23a71d2e52e99ad94db297cfa545.tar.gz RaveOS-PKGBUILD-9bde161e2bfb23a71d2e52e99ad94db297cfa545.zip | |
update gnome/hyprland config
Diffstat (limited to 'raveos-calamares-theme/etc/calamares')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf index 4db0501..54f6a52 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf @@ -6,7 +6,7 @@ script: - command: "systemctl enable iwd.service || true" - command: "systemctl enable bluetooth.service || true" - command: "systemctl enable sddm.service || true" - - command: "systemctl enable gdm.service || true" + - command: "systemctl disable gdm.service || true" - command: "systemctl enable cosmic-greeter.service || true" - command: "mkdir -p /etc/NetworkManager/conf.d && printf '[device]\nwifi.backend=iwd\n' > /etc/NetworkManager/conf.d/wifi_backend.conf || true" - command: "mkdir -p /etc/iwd && printf '[General]\nEnableNetworkConfiguration=false\n' > /etc/iwd/main.conf || true" |