index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | m1ten <57693631+m1ten@users.noreply.github.com> | 2021-04-03 16:19:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 16:19:23 -0400 |
commit | dcdd66fd29676709e9205b7983ca2ca7e882db62 (patch) | |
tree | 2468763fce0959d492d9a71103f4acc99fd059d1 /profiles/applications | |
parent | 6446670ed4f23858626889b3f3391153d3f01021 (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. |