index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-09 08:03:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 08:03:34 +0000 |
commit | bfb342dc2dabc86cb2390ae792d61ee9fa317ab5 (patch) | |
tree | 7e05a970945dc052dea19b2e894e0ac5a29214fe | |
parent | ad25f92c38117ee1f6b6ea66fecf3afe7ed1b5b4 (diff) | |
parent | 8ec18d94bbd55a99f5aea9c1c37cbdd9ea9c9697 (diff) |
-rw-r--r-- | profiles/desktop.py | 2 |
diff --git a/profiles/desktop.py b/profiles/desktop.py index 4c6255e7..3ba9a885 100644 --- a/profiles/desktop.py +++ b/profiles/desktop.py @@ -6,7 +6,7 @@ is_top_level_profile = True # 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__ = ['nano', 'openssh', 'htop', 'wget', 'iwd', 'wireless_tools', 'wpa_supplicant', 'smartmontools'] +__packages__ = ['nano', 'vim', 'openssh', 'htop', 'wget', 'iwd', 'wireless_tools', 'wpa_supplicant', 'smartmontools'] def _prep_function(*args, **kwargs): """ |