index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-28 09:30:35 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-05-28 09:30:35 +0200 |
commit | e993590f5f59ad5cfed5609753cb770aa15796f9 (patch) | |
tree | d69c59caf15d97d156b39aa2ffe0531383788a6d /profiles/desktop.py | |
parent | 94bceb2199a16509c744a2f28dcfa19ab8cc5935 (diff) | |
parent | a89f87c14595849e0959e816c23931961cb70617 (diff) |
-rw-r--r-- | profiles/desktop.py | 2 |
diff --git a/profiles/desktop.py b/profiles/desktop.py index 631c7f76..73df9256 100644 --- a/profiles/desktop.py +++ b/profiles/desktop.py @@ -4,6 +4,8 @@ import archinstall is_top_level_profile = True +__description__ = 'Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway' + # New way of defining packages for a profile, which is iterable and can be used out side # of the profile to get a list of "what packages will be installed". __packages__ = [ |