1
0
Fork 0

Add some fonts

master
dump_stack() 2020-03-21 18:38:44 +00:00
parent 74eae42d39
commit 97b6bd2d96
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
let
nonfree = import <nixos> { config.allowUnfree = true; };
secrets = import ./secrets.nix;
in {
services.xserver.enable = true;
@ -67,6 +68,11 @@ in {
enableGhostscriptFonts = true;
fonts = with pkgs; [
ubuntu_font_family
cantarell_fonts
cm_unicode
google-fonts
nonfree.corefonts
];
};