diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-05 13:12:46 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-05 13:12:46 -0500 |
commit | 05c35766b311c29efbc6b6c4e28e3f0ec2a63276 (patch) | |
tree | 40b7970f28163f229743b2f3eee351158ca0dca0 /nix/system | |
parent | corrent wine package (diff) | |
download | dotfiles-nix-05c35766b311c29efbc6b6c4e28e3f0ec2a63276.tar.gz dotfiles-nix-05c35766b311c29efbc6b6c4e28e3f0ec2a63276.tar.bz2 dotfiles-nix-05c35766b311c29efbc6b6c4e28e3f0ec2a63276.zip |
more core fonts
Diffstat (limited to 'nix/system')
-rw-r--r-- | nix/system/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/system/default.nix b/nix/system/default.nix index e33d0d6..29cfdfa 100644 --- a/nix/system/default.nix +++ b/nix/system/default.nix @@ -72,6 +72,7 @@ # fonts fonts.packages = with pkgs; [ + corefonts dejavu_fonts fira-code fira-code-symbols @@ -82,6 +83,7 @@ noto-fonts-cjk-sans noto-fonts-emoji twemoji-color-font + vistafonts ]; fonts.fontconfig = { |