]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: nodo::utils::interface: manage kitty and fonts-terminus master
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 13 Jan 2026 19:19:46 +0000 (16:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 13 Jan 2026 19:19:46 +0000 (16:19 -0300)
manifests/utils/interface.pp

index 1c6e88fe4e8015f4929f8aee2bd852f5e59dcabf..3de5174411d8aa78fc322f8fff3b4ceebd8a1325 100644 (file)
@@ -24,6 +24,10 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
     'sm',
     'i3lock',
     'alacritty',
+
+    # Kitty
+    'kitty',
+    'fonts-terminus',
   ]:
     ensure => installed,
   }