all repos — nixfiles @ 53f4bcf710f8515e2cee2a0c4bcb52b0c261c73d

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

Remove some fonts
Alan Pearce alan@alanpearce.eu
Thu, 05 Apr 2018 13:25:52 +0200
commit

53f4bcf710f8515e2cee2a0c4bcb52b0c261c73d

parent

17f200293bdb6a673844f5b7f014f0dcd9438e0a

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -48,7 +48,6 @@ preset = "windowsxp";       };
     };
     fonts = with pkgs; [
-      cantarell_fonts
       dejavu_fonts
       fantasque-sans-mono
       dina-font
@@ -58,12 +57,7 @@ fira       fira-code
       fira-mono
       go-font
-      gohufont
       font-awesome-ttf
-      hack-font
-      inconsolata
-      iosevka
-      league-of-moveable-type
       liberation_ttf
       mononoki
       (nerdfonts.override {
@@ -79,9 +73,7 @@ source-code-pro       source-sans-pro
       source-serif-pro
       terminus_font
-      tewi-font
       xorg.fontxfree86type1
-      uni-vga
     ];
   };
 }