Skip to content

Commit

Permalink
update options
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Aug 23, 2023
1 parent c03b4a1 commit 994fc34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hosts/whitefox/fonts.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{ pkgs
, ...
}: {
enableDefaultFonts = true;

fontconfig = {
enable = true;
antialias = true;
Expand All @@ -16,7 +14,8 @@
fontDir.enable = true;
enableGhostscriptFonts = true;

fonts = with pkgs; [
enableDefaultPackages = true;
packages = with pkgs; [
sarasa-gothic
noto-fonts
noto-fonts-cjk
Expand Down

0 comments on commit 994fc34

Please sign in to comment.