diff options
Diffstat (limited to 'manifests/subsystems/utils')
| -rw-r--r-- | manifests/subsystems/utils/interface.pp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index e1a5ddd..b19456d 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -3,7 +3,8 @@ class utils::interface {    package { [ 'awesome',       'eterm',            'weather-util',      'gnome-terminal', 'conky',                'xterm',         'bash-completion',  'tmux',              'xscreensaver',   'thunar',                'mc',            'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',           'lxappearance', -              'xtitle',        'xclip',            'pcmanfm',           'awesome-extra',  'numlockx' ]: +              'xtitle',        'xclip',            'pcmanfm',           'awesome-extra',  'numlockx', +              'x11-apps' ]:      ensure => installed,    } | 
