summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/rice
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-02 23:23:05 -0700
committerFuwn <[email protected]>2024-09-02 23:23:05 -0700
commit1abbd32e81e318fbe94a08952bedefb27b2d7477 (patch)
tree8d7948f181f41e5dd28939669623a4f3fc2a3f0b /home/ebisu/fortune/rice
parentok (diff)
downloadnixos-config-1abbd32e81e318fbe94a08952bedefb27b2d7477.tar.xz
nixos-config-1abbd32e81e318fbe94a08952bedefb27b2d7477.zip
home
Diffstat (limited to 'home/ebisu/fortune/rice')
-rw-r--r--home/ebisu/fortune/rice/gtk.nix13
1 files changed, 12 insertions, 1 deletions
diff --git a/home/ebisu/fortune/rice/gtk.nix b/home/ebisu/fortune/rice/gtk.nix
index 933fc54..a3b5c5f 100644
--- a/home/ebisu/fortune/rice/gtk.nix
+++ b/home/ebisu/fortune/rice/gtk.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs, config, ... }:
{
gtk = {
enable = true;
@@ -30,6 +30,17 @@
gtk-application-prefer-dark-theme=1
'';
};
+
+ gtk2 = {
+ configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
+
+ extraConfig = ''
+ gtk-xft-antialias=1
+ gtk-xft-hinting=1
+ gtk-xft-hintstyle="hintslight"
+ gtk-xft-rgba="rgb"
+ '';
+ };
};
home.sessionVariables.GTK_THEME = "WhiteSur-Dark";