Skip to content

Commit

Permalink
[nix][base][gui] Add noto fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolyus committed May 6, 2024
1 parent 6398a41 commit e81a0f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/home/base/gui/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji
noto-fonts-extra
(nerdfonts.override {
fonts = [
"Hack"
Expand Down

0 comments on commit e81a0f1

Please sign in to comment.