diff --git a/desktop.nix b/desktop.nix index 4e7d53d..678ff8f 100644 --- a/desktop.nix +++ b/desktop.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: let + nonfree = import { 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 ]; };