Skip to content

Commit

Permalink
fix: fonts
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 13, 2024
1 parent 971bd51 commit f4c1faf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions darwin/env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@
};
programs.nix-index.enable = true;

# Fonts
# Fonts
fonts.packages = with pkgs; [
# recursive
emacs-all-the-icons-fonts
(nerdfonts.override {
fonts = [
"Iosevka"
"JetBrainsMono"
"FiraCode"
];
})
nerd-fonts.iosevka
nerd-fonts.jetbrains_mono
nerd-fonts.fira_code
];

# Keyboard
Expand Down

0 comments on commit f4c1faf

Please sign in to comment.