This commit is contained in:
Gerg-L 2023-10-29 09:21:14 -04:00
parent bd0a6575d5
commit 7180ee231c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -85,7 +85,7 @@ in
fonts = [ fonts = [
{ {
name = "OverpassMono"; name = "OverpassMono";
package = pkgs.nerdfonts.override { fonts = [ "Overpass" ]; }; package = pkgs.overpass;
} }
]; ];
}; };