1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Use Roboto Mono

This commit is contained in:
RGBCube 2023-11-29 11:32:03 +03:00
parent 73107aeeb6
commit 3e16bc2404
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
(with pkgs; systemFonts [
(nerdfonts.override {
fonts = [
"SpaceMono"
"RobotoMono"
];
})
lexend

View file

@ -2,11 +2,11 @@
homeConfiguration "nixos" {
programs.kitty = enabled {
font.name = "SpaceMono Nerd Font";
font.name = "RobotoMono Nerd Font";
font.size = 12;
font.package = (pkgs.nerdfonts.override {
fonts = [
"SpaceMono"
"RobotoMono"
];
});