File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ image-version: latest
99
1010modules :
1111
12- # 1️⃣ Enable Flathub and install safe sandboxed apps
12+ # Flatpaks
1313 - type : default-flatpaks
1414 configurations :
1515 - scope : system
@@ -22,22 +22,20 @@ modules:
2222 - org.videolan.VLC
2323 - com.rustdesk.RustDesk
2424
25- # 2️⃣ Remove unwanted default apps (optional cleanup)
26- - type : remove-packages
27- packages :
25+ # Remove unwanted KDE tools
26+ - type : rpm-ostree
27+ remove :
2828 - kate
2929 - konsole
3030 - akregator
31-
32- # 3️⃣ Install essential system packages (minimal)
33- - type : rpm-ostree
3431 install :
3532 - plasma-discover
3633 - kde-gtk-config
3734 - firewall-config
3835
39- # 4️⃣ Enable and configure firewall
36+ # Enable firewall
4037 - type : systemd
4138 system :
4239 enabled :
4340 - firewalld.service
41+
You can’t perform that action at this time.
0 commit comments