diff --git a/etc/profile.d/01-mangohud.sh b/etc/profile.d/01-mangohud.sh new file mode 100644 index 00000000..e52668a0 --- /dev/null +++ b/etc/profile.d/01-mangohud.sh @@ -0,0 +1,2 @@ +# Enables mangohud for everything natively supporting it (outside of flatpak?) +export MANGOHUD=1 diff --git a/etc/systemd/system/service.d/rngd-wanted.conf b/etc/systemd/system/service.d/rngd-wanted.conf index f50d95b0..bfe6d3f0 100644 --- a/etc/systemd/system/service.d/rngd-wanted.conf +++ b/etc/systemd/system/service.d/rngd-wanted.conf @@ -1,2 +1,2 @@ [Unit] -Wants=rngd.service +Wants=rngd.service haveged.service