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 | |
parent | 9903168c517f666cd335d4dbaf4e22e1c15a792a (diff) | |
download | infrastructure-230d46c72aea54a5f824052c8fa73148d89570dd.tar.gz |
add neofetch
-rw-r--r-- | files/usr/local/etc/poudriere.d/pkglist.pkg_repository | 3 | ||||
-rw-r--r-- | scripts/hostclass/desktop | 1 | ||||
-rw-r--r-- | vars/hostclass/desktop | 1 | ||||
-rw-r--r-- | vars/os/freebsd | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository index 866c358..4298943 100644 --- a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository +++ b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository @@ -66,9 +66,9 @@ multimedia/libva-intel-media-driver multimedia/libva-utils multimedia/libvdpau-va-gl multimedia/makemkv -multimedia/vdpauinfo multimedia/v4l-utils multimedia/v4l_compat +multimedia/vdpauinfo multimedia/webcamd net-im/dino net-im/gajim @@ -110,6 +110,7 @@ sysutils/cpu-microcode sysutils/htop sysutils/k3b sysutils/lsof +sysutils/neofetch sysutils/p5-Sys-Syslog sysutils/password-store sysutils/php${php_version}-fileinfo diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop index f0316e4..ed71393 100644 --- a/scripts/hostclass/desktop +++ b/scripts/hostclass/desktop @@ -10,7 +10,6 @@ sddm_user=sddm cups_conf_dir=/usr/local/etc/cups -xdg_override_dir=/usr/local/share-override if [ "${enable_idm:-}" = false ]; then desktop_access_role=operator 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 |