summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/runtime_service.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-06 15:08:45 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-06 15:09:20 -0400
commitad2b182777bfd0a5ceef6e654df75ff13eb8b503 (patch)
tree7b98bfe322f18e59c74d7b3a0745608390a0a0fd /py_modules/lsfg_vk/runtime_service.py
parenta9fd67d05d6819a839a60b581c1dc6eb2792a9be (diff)
downloaddecky-lsfg-vk-ad2b182777bfd0a5ceef6e654df75ff13eb8b503.tar.gz
decky-lsfg-vk-ad2b182777bfd0a5ceef6e654df75ff13eb8b503.zip
refactor: offload configuration to lsfg-vk
Diffstat (limited to 'py_modules/lsfg_vk/runtime_service.py')
-rw-r--r--py_modules/lsfg_vk/runtime_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py_modules/lsfg_vk/runtime_service.py b/py_modules/lsfg_vk/runtime_service.py
index a61220e..8785522 100644
--- a/py_modules/lsfg_vk/runtime_service.py
+++ b/py_modules/lsfg_vk/runtime_service.py
@@ -24,7 +24,7 @@ class RuntimeService(BaseService):
HOME=str(self.user_home),
XDG_CONFIG_HOME=str(self.user_home / ".config"),
)
- for name in ("LSFGVK_CONFIG", "LSFGVK_PROFILE", "LSFGVK_ENV"):
+ for name in ("LSFGVK_CONFIG", "LSFGVK_ENV"):
environment.pop(name, None)
return environment