Update JetBrains Mono package

This commit is contained in:
Victor Mignot 2024-12-03 10:10:52 +01:00
parent 6fb9bb1a6b
commit 4f30e7d875
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY

View file

@ -66,7 +66,7 @@ in
}; };
font = { font = {
name = "JetBrainsMono Nerd Font"; name = "JetBrainsMono Nerd Font";
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }; package = pkgs.nerd-fonts.jetbrains-mono;
}; };
}; };