aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/interface.pp4
-rw-r--r--manifests/utils/office/gui.pp1
2 files changed, 4 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 62c2281..843f256 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -25,6 +25,8 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
'ratpoison',
'sm',
'i3lock',
+ 'materia-gtk-theme',
+ 'blackbird-gtk-theme',
#'unagi',
#'xcompmgr',
#'compton',
@@ -75,7 +77,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
}
# To be considered
- #package {
+ #package {
# 'needrestart-session',
#]:
# ensure => present,
diff --git a/manifests/utils/office/gui.pp b/manifests/utils/office/gui.pp
index 91812d6..0bfe3dc 100644
--- a/manifests/utils/office/gui.pp
+++ b/manifests/utils/office/gui.pp
@@ -4,6 +4,7 @@ class nodo::utils::office::gui (
package { [
'gobby',
'libreoffice',
+ 'libreoffice-gtk3',
'zathura',
'zathura-djvu',
'fbreader',