Skip to content

Commit

Permalink
fix: drop fonts for now for darwin compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Sep 1, 2024
1 parent f79df77 commit d9a7202
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions shared/global/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ with lib;
config = {
fonts = {
packages = with pkgs; [
corefonts
fira-code-nerdfont
font-awesome
nerdfonts
noto-fonts
noto-fonts-emoji
noto-fonts-extra
roboto
source-code-pro
# corefonts
# fira-code-nerdfont
# font-awesome
# nerdfonts
# noto-fonts
# noto-fonts-emoji
# noto-fonts-extra
# roboto
# source-code-pro
];
};
};
Expand Down

0 comments on commit d9a7202

Please sign in to comment.