refactor(core): remove thunderbird

This is not used anymore and replaced my notmuch emacs and mutt. I have mainly
been using the notmuch interaction in emacs so mutt maybe removed soon.
This commit is contained in:
Ade Attwood 2020-09-21 20:49:53 +01:00
parent 2fd4298510
commit 337f603e45

View file

@ -13,7 +13,6 @@ class core::packages {
'notmuch', 'notmuch',
'offlineimap', 'offlineimap',
'silversearcher-ag', 'silversearcher-ag',
'thunderbird',
'tmux', 'tmux',
'urlscan', 'urlscan',
'vim', 'vim',
@ -28,6 +27,10 @@ class core::packages {
ensure => installed, ensure => installed,
} }
package { 'thunderbird':
ensure => absent
}
# core::packages::npm { [ # core::packages::npm { [
# 'grunt', # 'grunt',
# 'intelephense', # 'intelephense',