Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorm1ten <57693631+m1ten@users.noreply.github.com>2021-04-04 13:49:37 -0400
committerGitHub <noreply@github.com>2021-04-04 13:49:37 -0400
commitf72d3039f76b7cf080a42cd82ee99f1c30c906b7 (patch)
tree850f779ff2cddb3b651ae207d570c0ab251d48e0 /profiles/applications
parent771087e75b27cc433e98df986ac52e8f09d41f0a (diff)
add lightdm-gtk-greeter
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/xfce4.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/applications/xfce4.py b/profiles/applications/xfce4.py
index 74bf5990..6d6f8f7c 100644
--- a/profiles/applications/xfce4.py
+++ b/profiles/applications/xfce4.py
@@ -1,3 +1,4 @@
import archinstall
-installation.add_additional_packages("xfce4 xfce4-goodies lightdm") # We'll create a xfce4-minimal later, but for now, we'll avoid issues by giving more than we need.
+installation.add_additional_packages("xfce4 xfce4-goodies lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings")
+# We'll create a xfce4-minimal later, but for now, we'll avoid issues by giving more than we need.