diff options
author | Alan Pearce | 2018-03-19 15:08:36 +0100 |
---|---|---|
committer | Alan Pearce | 2018-03-19 15:08:36 +0100 |
commit | a009fe64101b47e520b5d98d41d1066e7e6fb0dc (patch) | |
tree | 6c4e26683b9b0b2dba1c874ea23044698f231c64 /modules/services | |
parent | 22ddb031c9cade16fd5c77ba240ae1f2e0d2d443 (diff) | |
download | nixos-configuration-a009fe64101b47e520b5d98d41d1066e7e6fb0dc.tar.lz nixos-configuration-a009fe64101b47e520b5d98d41d1066e7e6fb0dc.tar.zst nixos-configuration-a009fe64101b47e520b5d98d41d1066e7e6fb0dc.zip |
xserver: Change installed fonts
Diffstat (limited to 'modules/services')
-rw-r--r-- | modules/services/xserver.nix | 17 |
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 ]; }; } |