From 16a5e1812031433f711371db802d972529ced7d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 May 2023 11:18:46 -0700 Subject: workstation: more tweaks for the UI and fonts --- profiles/workstation.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'profiles/workstation.nix') diff --git a/profiles/workstation.nix b/profiles/workstation.nix index e607c0d..7fa9c6a 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -52,12 +52,11 @@ enable = true; defaultFonts = { serif = [ "DejaVu Serif" ]; - sansSerif = [ "Roboto" ]; + sansSerif = [ "DejaVu Sans Serif" ]; monospace = [ "JetBrain Mono" ]; }; }; fonts = with pkgs; [ - cantarell-fonts dejavu_fonts etBook font-awesome_5 -- cgit 1.4.1