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:
parent
2fd4298510
commit
337f603e45
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ class core::packages {
|
|||
'notmuch',
|
||||
'offlineimap',
|
||||
'silversearcher-ag',
|
||||
'thunderbird',
|
||||
'tmux',
|
||||
'urlscan',
|
||||
'vim',
|
||||
|
|
@ -28,6 +27,10 @@ class core::packages {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
package { 'thunderbird':
|
||||
ensure => absent
|
||||
}
|
||||
|
||||
# core::packages::npm { [
|
||||
# 'grunt',
|
||||
# 'intelephense',
|
||||
|
|
|
|||
Loading…
Reference in a new issue