Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/kde.py1
-rw-r--r--profiles/xfce4.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/kde.py b/profiles/kde.py
index c58f4f45..06798593 100644
--- a/profiles/kde.py
+++ b/profiles/kde.py
@@ -9,6 +9,7 @@ __packages__ = [
"konsole",
"kate",
"dolphin",
+ "ark",
"sddm",
"plasma-wayland-session",
"egl-wayland",
diff --git a/profiles/xfce4.py b/profiles/xfce4.py
index 89c04f7c..2a428086 100644
--- a/profiles/xfce4.py
+++ b/profiles/xfce4.py
@@ -12,6 +12,7 @@ __packages__ = [
"lightdm-gtk-greeter",
"gvfs",
"network-manager-applet",
+ "xarchiver"
]