diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-10-23 13:18:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-10-23 13:18:34 -0300 |
commit | e9f95df5312625d0426b31807cf8edb1c6982d57 (patch) | |
tree | 5ff2a097fa7ebd7bf4ad3f636bbd95f11bb09b00 /manifests | |
parent | fed3ac490d5193029d4d271a6ee1b5b48828d961 (diff) | |
download | puppet-nodo-e9f95df5312625d0426b31807cf8edb1c6982d57.tar.gz puppet-nodo-e9f95df5312625d0426b31807cf8edb1c6982d57.tar.bz2 |
Feat: manage watson, feh and sxiv
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/office.pp | 1 | ||||
-rw-r--r-- | manifests/utils/suckless.pp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 137f4ae..530117e 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -8,6 +8,7 @@ class nodo::utils::office ( 'vit', 'tasksh', 'python-powerline-taskwarrior', + 'watson', #'hledger', ]: ensure => present, diff --git a/manifests/utils/suckless.pp b/manifests/utils/suckless.pp index 4af4f92..71de355 100644 --- a/manifests/utils/suckless.pp +++ b/manifests/utils/suckless.pp @@ -9,6 +9,8 @@ class nodo::utils::suckless ( 'uzbl', 'xxxterm', 'stterm', + 'feh', + 'sxiv', ]: ensure => $ensure, } |