1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Switch back to JBMono

This commit is contained in:
RGBCube 2023-12-13 14:24:05 +03:00
parent 7b89f5314a
commit f6c3b84e1a
No known key found for this signature in database

View file

@ -109,8 +109,8 @@ in {
font.sans.name = "Lexend";
font.sans.package = pkgs.lexend;
font.mono.name = "RobotoMono Nerd Font";
font.mono.package = (pkgs.nerdfonts.override { fonts = [ "RobotoMono" ]; });
font.mono.name = "JetBrainsMono Nerd Font";
font.mono.package = (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; });
icons.name = "Gruvbox-Plus-Dark";
icons.package = pkgs.callPackage (import ./derivations/gruvbox-icons.nix) {};