From 710a8c1662afb41fd9a4ae19dfe0fdba99e87a74 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 25 Jun 2024 00:23:12 -0400 Subject: [PATCH] 770 current 2024-06-25 00:23:09 24.11.20240624.36e8d8a 6.9.6-zen1 * --- modules/home/rice/gtk/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/rice/gtk/default.nix b/modules/home/rice/gtk/default.nix index cd333da..81c0a7a 100644 --- a/modules/home/rice/gtk/default.nix +++ b/modules/home/rice/gtk/default.nix @@ -21,6 +21,11 @@ in { name = "Iosevka"; size = 11; }; + + theme = { + name = "Tokyonight-Dark-B"; + package = pkgs.tokyonight-gtk-theme; + }; gtk3.extraConfig = { gtk-xft-antialias = 1; gtk-xft-hinting = 1;