all repos — nixfiles @ a009fe64101b47e520b5d98d41d1066e7e6fb0dc

System and user configuration, managed by nix and home-manager

xserver: Change installed fonts
Alan Pearce alan@alanpearce.eu
Mon, 19 Mar 2018 15:08:36 +0100
commit

a009fe64101b47e520b5d98d41d1066e7e6fb0dc

parent

22ddb031c9cade16fd5c77ba240ae1f2e0d2d443

1 files changed, 12 insertions(+), 5 deletions(-)

jump to
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -49,15 +49,21 @@ };     };
     fonts = with pkgs; [
       cantarell_fonts
-      carlito
       dejavu_fonts
       fantasque-sans-mono
+      dina-font
+      envypn-font
+      emacs-all-the-icons-fonts
       fira
       fira-code
       fira-mono
-      font-droid
+      go-font
+      gohufont
       font-awesome-ttf
       hack-font
+      inconsolata
+      iosevka
+      league-of-moveable-type
       liberation_ttf
       mononoki
       (nerdfonts.override {
@@ -67,14 +73,15 @@ opensans-ttf       paratype-pt-mono
       paratype-pt-sans
       paratype-pt-serif
-      roboto
-      roboto-mono
-      roboto-slab
+      profont
+      proggyfonts
       source-code-pro
       source-sans-pro
       source-serif-pro
       terminus_font
+      tewi-font
       xorg.fontxfree86type1
+      uni-vga
     ];
   };
 }