Newer
Older
# Please feel free to add your favorite software you need absolutely everywhere
# here. However, please do not leave too much stuff nobody else might use or
# stuff that could be handy for an attacker.
apt_essential_packages:
- vim
# This is all the stuff we neither need nor want on our computers.
apt_unwanted_packages:
- vim-tiny
# vim: set ft=yaml: