mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Switch back to JBMono
This commit is contained in:
parent
7b89f5314a
commit
f6c3b84e1a
1 changed files with 2 additions and 2 deletions
|
@ -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) {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue