Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-08 18:28:13 -0400
committerGitHub <noreply@github.com>2021-04-08 18:28:13 -0400
commit8ec18d94bbd55a99f5aea9c1c37cbdd9ea9c9697 (patch)
tree80ac651862f07cbb63d8babdf5c0f07f25179e5f /profiles/desktop.py
parent99d75c2831e3c244891fe4ce576c377851ed2816 (diff)
Add vim to desktop packages as not everyone likes nano
Diffstat (limited to 'profiles/desktop.py')
-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):
"""