Fix CJK for Steam

This commit is contained in:
Invariantspace 2024-03-03 21:12:38 -08:00
parent 026ab43392
commit c1549454ed
2 changed files with 62 additions and 58 deletions

View file

@ -5,6 +5,7 @@ let usr = config.constants.userName; in {
let xdgCfg = config.xdg; in {
gtk = {
enable = true;
gtk2.configLocation = "${xdgCfg.configHome}/gtk-2.0/gtkrc";
theme = {
name = "Sweet-Dark";
package = pkgs.sweet;