Skip to content

Commit

Permalink
fix 🐛: fix fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <vhvictorhang@gmail.com>
  • Loading branch information
Banh-Canh committed Sep 29, 2024
1 parent d4d3689 commit 4f19aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeManagerModules/fontConfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ in
fonts = [
"FiraCode"
"Hack"
"Iosevka"
"JetBrainsMono"
];
})
pkgs.font-awesome
Expand Down
2 changes: 2 additions & 0 deletions homeManagerModules/stylixConfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
fonts = [
"FiraCode"
"Hack"
"Iosevka"
"JetBrainsMono"
];
};
};
Expand Down

0 comments on commit 4f19aa4

Please sign in to comment.