Add new font

This commit is contained in:
Emi Simpson 2023-07-22 13:32:55 -04:00
parent 2f93a2faf7
commit f7bcefa02c
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 15 additions and 6 deletions

View File

@ -132,12 +132,21 @@ let systemInformation = import ./system/system-information.nix; in
geary
totem
];
fonts.fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [
justseeds
manrope
google-fonts
comic-mono
];
fonts = {
fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [
justseeds
manrope
google-fonts
comic-mono
atkinson-hyperlegible
];
fontDir.enable = true;
enableDefaultFonts = true;
fontconfig.defaultFonts = {
sansSerif = ["Atkinson Hyperlegible"];
monospace = ["Comic Mono:style=Normal"];
};
};
# List services that you want to enable: