Merge pull request #246 from dylanmtaylor/patch-2

Add vim to desktop packages as having different editors to choose from is good
This commit is contained in:
Anton Hvornum 2021-04-09 08:03:34 +00:00 committed by GitHub
commit bfb342dc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""