Skip to content

Commit

Permalink
Update Darwin Fonts (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRePercussions authored Jul 3, 2024
1 parent 8cb2e9c commit aa02790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/common/optional/fonts.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{pkgs, ...}: {
fonts.fontDir.enable = true;
{pkgs, lib, ...}: {
fonts.fontDir.enable = lib.mkIf pkgs.stdenv.isLinux true;
fonts.packages = with pkgs; [
recursive
(nerdfonts.override {fonts = ["JetBrainsMono"];})
Expand Down

0 comments on commit aa02790

Please sign in to comment.