class nodo::utils::interface inherits nodo::utils::interface::console { # Interface package { [ 'awesome', 'awesome-extra', 'weather-util', 'conky', 'conky-all', 'gpick', 'vmg', 'x11-apps', 'xdotool', 'xtitle', 'xclip', 'xsel', 'xinput', 'numlockx', 'autocutsel', 'parcellite', 'unclutter', 'xserver-xephyr', 'policykit-1-gnome', 'firejail', 'sm', 'i3lock', 'materia-gtk-theme', 'blackbird-gtk-theme', ]: 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 { [ # Package rxvt-unicode-256color was replaced by rxvt-unicode-256color #'rxvt-unicode-256color', 'rxvt-unicode', ]: ensure => present, } # Not in use package { [ 'ratpoison', 'xscreensaver', 'terminology', 'conkyforecast', 'fluxbox', 'unagi', 'xcompmgr', 'compton', 'xzoom', 'xautomation', 'gtk-theme-switch', 'gtk-smooth-themes', 'lxappearance', 'wmctrl', 'pcmanfm', 'metar', 'i3', 'rxvt', 'thunar', 'xterm', 'eterm', 'gnome-terminal', ]: ensure => absent, } # To be considered #package { # 'needrestart-session', #]: # ensure => present, #} }