From 61bfe11a0413600fd347a11e177aace4a84f83ca Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 26 Dec 2024 18:10:10 +0530 Subject: [PATCH] environment: Enable Rust backtrace by default --- environment/.config/environment.d/40-misc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment/.config/environment.d/40-misc.conf b/environment/.config/environment.d/40-misc.conf index 75702d5..d74de91 100644 --- a/environment/.config/environment.d/40-misc.conf +++ b/environment/.config/environment.d/40-misc.conf @@ -14,3 +14,5 @@ DISABLE_RTKIT=1 PIPEWIRE_LOG_COLOR=force SYSTEMD_LESS=FRXMK + +RUST_BACKTRACE=full