diff --git a/home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.sh.tmpl similarity index 64% rename from home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.sh.tmpl index d4fd0dd2..5debf63d 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.sh.tmpl @@ -1,5 +1,11 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash +# @file `/etc/environment` Setup +# @brief Configures `/etc/environment` to include environment variables that should be applied globally +# @description +# This script modifies the `/etc/environment` file on Linux devices to include: +# +# 1. `export QT_STYLE_OVERRIDE=kvantum-dark` which is required for the Linux GNOME / KDE themeing that relies on Kvantum. {{ includeTemplate "universal/profile" }} {{ includeTemplate "universal/logg" }} diff --git a/home/.chezmoiscripts/universal/run_onchange_after_44-vmware-install.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_44-vmware-install.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_44-vmware-install.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_44-vmware-install.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_50-rclone.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_50-rclone.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_50-rclone.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_50-rclone.sh.tmpl diff --git a/home/.chezmoiscripts/universal/run_onchange_after_51-samba.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_51-samba.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/universal/run_onchange_after_51-samba.tmpl rename to home/.chezmoiscripts/universal/run_onchange_after_51-samba.sh.tmpl