fix: remove docker from defaults, fix cliphist-image ordering cycle

Docker is a dev dependency, not a desktop environment default. Remove
from package list, archinstall config, services and README.

Fix systemd ordering cycle that prevented cliphist-image from starting:
cliphist-text had After=graphical-session.target which combined with
PartOf= and cliphist-image's After=cliphist-text created a cycle.
This commit is contained in:
2026-04-10 08:18:55 +02:00
parent a55c7ea9d1
commit b8753bf84f
6 changed files with 0 additions and 9 deletions
-3
View File
@@ -43,8 +43,6 @@
"pipewire-jack",
"pipewire-pulse",
"wireplumber",
"docker",
"docker-compose",
"fwupd",
"ufw",
"greetd",
@@ -68,7 +66,6 @@
"services": [
"NetworkManager",
"bluetooth",
"docker",
"greetd",
"systemd-timesyncd",
"ufw"