index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | m1ten <57693631+m1ten@users.noreply.github.com> | 2021-04-04 13:38:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 13:38:10 -0400 |
commit | 771087e75b27cc433e98df986ac52e8f09d41f0a (patch) | |
tree | 6fa0b858a6543fbbd29ea349fb0f986b501d582e /profiles | |
parent | 9576486cfa6155a80a8fca833e27b3016dae7e37 (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. |