From: Silvio Rhatto Date: Tue, 13 Jan 2026 19:19:46 +0000 (-0300) Subject: Feat: nodo::utils::interface: manage kitty and fonts-terminus X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=puppet-nodo.git Feat: nodo::utils::interface: manage kitty and fonts-terminus --- diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 1c6e88f..3de5174 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -24,6 +24,10 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'sm', 'i3lock', 'alacritty', + + # Kitty + 'kitty', + 'fonts-terminus', ]: ensure => installed, }