bundles/apt: move vim to default packages

This commit is contained in:
Franzi 2021-02-18 14:23:43 +01:00
parent 03840fd152
commit 8a2bef9b77
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 1 additions and 6 deletions

View file

@ -112,6 +112,7 @@ pkg_apt = {
'tmux': {},
'tree': {},
'unzip': {},
'vim': {},
'wget': {},
'whois': {},
'zip': {},

View file

@ -2,12 +2,6 @@ from json import loads
from os.path import join
defaults = {
'apt': {
'packages': {
'tmux': {},
'vim': {},
},
},
'users': {
'root': {
'home': '/root',