mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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 [
|
(with pkgs; systemFonts [
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
"SpaceMono"
|
"RobotoMono"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
lexend
|
lexend
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
homeConfiguration "nixos" {
|
homeConfiguration "nixos" {
|
||||||
programs.kitty = enabled {
|
programs.kitty = enabled {
|
||||||
font.name = "SpaceMono Nerd Font";
|
font.name = "RobotoMono Nerd Font";
|
||||||
font.size = 12;
|
font.size = 12;
|
||||||
font.package = (pkgs.nerdfonts.override {
|
font.package = (pkgs.nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
"SpaceMono"
|
"RobotoMono"
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue