about summary refs log tree commit diff
path: root/home/profiles/gtk.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-28 13:53:08 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-28 13:53:08 -0700
commitd530804cb725f329b1faf3ce488b430fa36039bb (patch)
tree6e64558a545e057b9e9c7cec017ea113108e095b /home/profiles/gtk.nix
parenthome/waybar: change the style to be a bit more readable (diff)
downloadworld-d530804cb725f329b1faf3ce488b430fa36039bb.tar.gz
font: switch to Roboto for system font and JetBrain for monospace
Diffstat (limited to 'home/profiles/gtk.nix')
-rw-r--r--home/profiles/gtk.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/home/profiles/gtk.nix b/home/profiles/gtk.nix
index 0be2475..bc68d97 100644
--- a/home/profiles/gtk.nix
+++ b/home/profiles/gtk.nix
@@ -1,7 +1,10 @@
-{ config, lib, pkgs, ... }:
-{
+{ config, lib, pkgs, ... }: {
   gtk = {
     enable = true;
+    font = {
+      package = pkgs.roboto;
+      name = "Roboto Medium 11";
+    };
     cursorTheme = {
       name = "Numix-Cursor";
       package = pkgs.numix-cursor-theme;