mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Use Roboto Mono
This commit is contained in:
parent
73107aeeb6
commit
3e16bc2404
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
(with pkgs; systemFonts [
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"SpaceMono"
|
||||
"RobotoMono"
|
||||
];
|
||||
})
|
||||
lexend
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue