Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-09 08:03:34 +0000
committerGitHub <noreply@github.com>2021-04-09 08:03:34 +0000
commitbfb342dc2dabc86cb2390ae792d61ee9fa317ab5 (patch)
tree7e05a970945dc052dea19b2e894e0ac5a29214fe /profiles
parentad25f92c38117ee1f6b6ea66fecf3afe7ed1b5b4 (diff)
parent8ec18d94bbd55a99f5aea9c1c37cbdd9ea9c9697 (diff)
Merge pull request #246 from dylanmtaylor/patch-2
Add vim to desktop packages as having different editors to choose from is good
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
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):
"""