Skip to content

Commit c1dadd6

Browse files
Update recipe.yml
changed syntax (remove-packages) to remove :
1 parent 28a3389 commit c1dadd6

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

recipes/recipe.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image-version: latest
99

1010
modules:
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+

0 commit comments

Comments
 (0)