]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: manage watson, feh and sxiv
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Oct 2020 16:18:34 +0000 (13:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Oct 2020 16:18:34 +0000 (13:18 -0300)
manifests/utils/office.pp
manifests/utils/suckless.pp

index 137f4ae971f661a6356944a01638034287ddaeb9..530117ed31170f4b38fcbfb0d2f7b30167b1c0da 100644 (file)
@@ -8,6 +8,7 @@ class nodo::utils::office (
     'vit',
     'tasksh',
     'python-powerline-taskwarrior',
+    'watson',
     #'hledger',
   ]:
     ensure => present,
index 4af4f92dd45eeb409ff0aca39984f7d64a6ba562..71de355740e6b344b97b5ad2c173ed2ccedb8c60 100644 (file)
@@ -9,6 +9,8 @@ class nodo::utils::suckless (
     'uzbl',
     'xxxterm',
     'stterm',
+    'feh',
+    'sxiv',
   ]:
     ensure => $ensure,
   }