aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r--manifests/utils/interface.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 90d6020..1a1d265 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -1,10 +1,10 @@
class nodo::utils::interface inherits nodo::utils::interface::console {
# Interface
package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky',
- 'xterm', 'xscreensaver', 'thunar', 'x11-apps',
+ 'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'conky-all',
'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
- 'metar', 'wmctrl', 'xsel', 'xinput' ]:
+ 'metar', 'wmctrl', 'xsel', 'xinput', 'i3' ]:
ensure => installed,
}