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:
@@ -213,7 +213,6 @@ are part of the system and updated via `paru -Syu`.
|
||||
| greetd | Login greeter (runs moongreet inside Niri) |
|
||||
| NetworkManager | Network management (WiFi, VPN, Ethernet) |
|
||||
| bluetooth | Bluetooth stack (bluez) |
|
||||
| docker | Container runtime |
|
||||
| systemd-timesyncd | NTP time synchronization |
|
||||
| ufw | Firewall (deny incoming, allow outgoing) |
|
||||
| auto-cpufreq | CPU frequency scaling (AC: performance, battery: powersave) |
|
||||
|
||||
Reference in New Issue
Block a user