From 52bd13e2834cc680e327ccb2ee34b480e0a2afcd Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sun, 2 Jun 2024 00:56:44 +0200 Subject: [PATCH] home: fix font-name Otherwise gnome-shell will not display text. --- home/dconf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dconf.nix b/home/dconf.nix index ac29248..4569a88 100644 --- a/home/dconf.nix +++ b/home/dconf.nix @@ -36,7 +36,7 @@ with lib.hm.gvariant; enable-hot-corners = false; font-antialiasing = "grayscale"; font-hinting = "slight"; - font-name = "Cantarell"; + font-name = "Cantarell 10"; gtk-enable-primary-paste = false; gtk-key-theme = "Emacs"; gtk-theme = "Adwaita";