diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-03 01:32:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-03 01:32:52 -0300 |
commit | c8fa37572b357156d5d6e254100205e293fad0f6 (patch) | |
tree | 6ac5a3b9d8698208ccd0e1f36ca5b01d295ce130 | |
parent | 369c4f2455779913523921baa79db4cdd8715d36 (diff) | |
download | puppet-nodo-c8fa37572b357156d5d6e254100205e293fad0f6.tar.gz puppet-nodo-c8fa37572b357156d5d6e254100205e293fad0f6.tar.bz2 |
Feat: adds obsidian-icon-theme into nodo::utils::interface::console
-rw-r--r-- | manifests/utils/interface.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index d337d13..109d539 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -25,6 +25,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'i3lock', 'materia-gtk-theme', 'blackbird-gtk-theme', + 'obsidian-icon-theme', ]: ensure => installed, } |