This commit is contained in:
2025-06-22 18:38:52 +00:00
parent 2feac52b39
commit e5d95820a7
4 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ export PATH=~/.local/bin:$PATH
export WLR_RENDERER=vulkan
export QT_STYLE_OVERRIDE=kvantum
export GTK_THEME=Materia-dark
for fpath in ~/.config/*/env.sh; do
. "$fpath"
done