diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-29 11:18:46 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-29 11:18:46 -0700 |
commit | 16a5e1812031433f711371db802d972529ced7d0 (patch) | |
tree | f260ae93b6197bc96613bf8eab9945453b8956e8 /profiles | |
parent | profiles/default: fix the GC configuration (diff) | |
download | world-16a5e1812031433f711371db802d972529ced7d0.tar.gz |
workstation: more tweaks for the UI and fonts
Diffstat (limited to '')
-rw-r--r-- | profiles/workstation.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 |