diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-18 17:38:54 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-18 17:38:54 -0400 |
commit | 230d46c72aea54a5f824052c8fa73148d89570dd (patch) | |
tree | 14f6c21e4a4b29a71dc6d9f979fa5048943bb228 /vars | |
parent | 9903168c517f666cd335d4dbaf4e22e1c15a792a (diff) | |
download | infrastructure-230d46c72aea54a5f824052c8fa73148d89570dd.tar.gz |
add neofetch
Diffstat (limited to 'vars')
-rw-r--r-- | vars/hostclass/desktop | 1 | ||||
-rw-r--r-- | vars/os/freebsd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop index 0b11406..8945ebb 100644 --- a/vars/hostclass/desktop +++ b/vars/hostclass/desktop @@ -32,6 +32,7 @@ krb5 libreoffice libva-utils libvdpau-va-gl +neofetch noto-basic noto-emoji password-store diff --git a/vars/os/freebsd b/vars/os/freebsd index ed4778c..dfdcc5f 100644 --- a/vars/os/freebsd +++ b/vars/os/freebsd @@ -26,6 +26,7 @@ saslauthd_user=cyrus site_cacert_path=/usr/local/etc/ssl/certs/ca.crt system_cacert_path=/etc/ssl/certs ssh_host_key_dir=/var/db/ssh +xdg_override_dir=/usr/local/share-override # For 10 Gbit ethernet, bump up the TCP buffers. if ifconfig | grep -q '10Gbase-T'; then |