index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | m1ten <57693631+m1ten@users.noreply.github.com> | 2021-04-04 13:38:10 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-09 08:26:07 -0400 |
commit | 5499bcc8b9a2f43c096cf9f25a27e0db9b69393e (patch) | |
tree | adbedba1bd140d5ce4cfb7d9eb62ada7bd4f49fb | |
parent | 0d194e2606809fb88eb25e2a1711fbad8a862d27 (diff) |
-rw-r--r-- | profiles/applications/cinnamon.py | 4 |
diff --git a/profiles/applications/cinnamon.py b/profiles/applications/cinnamon.py new file mode 100644 index 00000000..af1cbee2 --- /dev/null +++ b/profiles/applications/cinnamon.py @@ -0,0 +1,4 @@ +import archinstall + +installation.add_additional_packages("cinnamon system-config-printer gnome-keyring gnome-terminal blueberry metacity lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings") +# We'll create a cinnamon-minimal later, but for now, we'll avoid issues by giving more than we need. |