Add some fonts
This commit is contained in:
parent
74eae42d39
commit
97b6bd2d96
@ -1,6 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
nonfree = import <nixos> { config.allowUnfree = true; };
|
||||||
secrets = import ./secrets.nix;
|
secrets = import ./secrets.nix;
|
||||||
in {
|
in {
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
@ -67,6 +68,11 @@ in {
|
|||||||
enableGhostscriptFonts = true;
|
enableGhostscriptFonts = true;
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
|
cantarell_fonts
|
||||||
|
cm_unicode
|
||||||
|
google-fonts
|
||||||
|
|
||||||
|
nonfree.corefonts
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user