about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-22 00:01:55 +0900
committersefidel <contact@sefidel.net>2022-01-22 00:01:55 +0900
commit9c58eacfe3125877651c6999c41c2465f9a28dec (patch)
tree3ef923a29aab5614b74986b777c8c605f1455fc1 /home/profiles/base/default.nix
parent30e5b6182f6fbaf079ec1421d0547a75fde8a4dd (diff)
downloadnixrc-9c58eacfe3125877651c6999c41c2465f9a28dec.tar.gz
nixrc-9c58eacfe3125877651c6999c41c2465f9a28dec.zip
home/base: increase gtk font size
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 551e49b..101172c 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -29,7 +29,7 @@ in
     gtk.iconTheme.name = "Papirus-Dark";
     gtk.theme.package = phocus;
     gtk.theme.name = "phocus";
-    gtk.font.name = "CtrlD 10";
+    gtk.font.name = "CtrlD 13";
 
     home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA";