summary refs log tree commit diff stats
path: root/modules/services
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/xserver.nix17
1 files changed, 12 insertions, 5 deletions
diff --git a/modules/services/xserver.nix b/modules/services/xserver.nix
index 2432715..d842d4c 100644
--- a/modules/services/xserver.nix
+++ b/modules/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 @@
       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
     ];
   };
 }