summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-11 20:19:57 +0100
committerTimo Wilken2023-11-11 20:19:57 +0100
commit9c55ea4984d64b7780911ae4ab6c47fcc9973c73 (patch)
tree4d09011d133986d7114063fe181b219c74fe520b /tw/home.scm
parente3e2fcdbd9b1afca78cd641078612572aa53225b (diff)
Install fixed Steam launcher in home profile
This can run Cities:Skylines with "Steam Linux Runtime 1.0 (scout)" as a forced Steam compatibility tool. Installing it here is easier than launching Steam from the command line every time.
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index ebccfce9..92b1f580 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -519,6 +519,7 @@ show_border=1
(simple-service 'gui-environment home-environment-variables-service-type
`(("TERMINAL" . "kitty")
+ ("QT_X11_NO_MITSHM" . "1") ; fixes a Steam issue: https://gitlab.com/nonguix/nonguix/-/issues/267
("_JAVA_OPTIONS" .
,(string-append
"$_JAVA_OPTIONS${_JAVA_OPTIONS:+ }-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true "