Skip to content

Commit

Permalink
fix: new nerd-font reference
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 8, 2024
1 parent e9b869e commit 8e1ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/konrad/common/modules/desktop/common/font.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
enable = true;
monospace = {
family = "Hack Nerd Font";
package = pkgs.nerdfonts.override { fonts = [ "Hack" ]; };
package = pkgs.nerd-fonts.hack;
size = lib.mkDefault 13;
};
regular = {
Expand Down

0 comments on commit 8e1ec69

Please sign in to comment.