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',
|
'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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue