index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | m1ten <57693631+m1ten@users.noreply.github.com> | 2021-04-03 16:19:23 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-09 08:26:30 -0400 |
commit | 738e60c05960a90aa7ab83165f9993ca6ba556f6 (patch) | |
tree | f983f9814d8e931afe80fb987f0d7b56d98fed74 /profiles | |
parent | 5499bcc8b9a2f43c096cf9f25a27e0db9b69393e (diff) |
-rw-r--r-- | profiles/applications/xfce4.py | 3 |
diff --git a/profiles/applications/xfce4.py b/profiles/applications/xfce4.py new file mode 100644 index 00000000..74bf5990 --- /dev/null +++ b/profiles/applications/xfce4.py @@ -0,0 +1,3 @@ +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. |