class nodo::utils::interface inherits nodo::utils::interface::console { # Interface package { [ 'awesome', 'awesome-extra', 'weather-util', 'conky', 'conky-all', 'xscreensaver', 'gpick', 'vmg', 'x11-apps', 'xdotool', 'xtitle', 'xclip', 'xsel', 'xinput', 'numlockx', 'autocutsel', 'parcellite', 'unclutter', 'xserver-xephyr', 'policykit-1-gnome', 'firejail', 'ratpoison', 'sm', 'i3lock', 'materia-gtk-theme', 'blackbird-gtk-theme', #'unagi', #'xcompmgr', #'compton', #'xzoom', #'xautomation', #'gtk-theme-switch', #'gtk-smooth-themes', #'lxappearance', #'wmctrl', #'pcmanfm', #'xinput', #'metar', #'i3', #'rxvt', #'thunar', #'xterm', #'eterm', #'gnome-terminal', ]: ensure => installed, } # Fonts package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'fonts-inconsolata', ]: ensure => installed, } # We need a workaround for this: # https://bbs.archlinux.org/viewtopic.php?id=50647 # http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen package { [ 'rxvt-unicode-256color', ]: ensure => present, } # Old stuff package { [ 'terminology', 'conkyforecast', 'fluxbox', ]: ensure => absent, } # To be considered #package { # 'needrestart-session', #]: # ensure => present, #} }