feat(nixos): add and use IntelOne Mono
This commit is contained in:
parent
43235e0f5d
commit
d486ace596
|
@ -28,7 +28,10 @@
|
||||||
font = {
|
font = {
|
||||||
size = 12.0;
|
size = 12.0;
|
||||||
|
|
||||||
normal.family = "BlexMono Nerd Font Mono";
|
normal.family = "IntelOne Mono";
|
||||||
|
italic.style = "Regular";
|
||||||
|
bolditalic.style = "Regular";
|
||||||
|
bold.style = "Regular";
|
||||||
|
|
||||||
offset.y = 12;
|
offset.y = 12;
|
||||||
glyph_offset.y = 6;
|
glyph_offset.y = 6;
|
||||||
|
|
|
@ -182,10 +182,11 @@ in
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [ "BlexMono Nerd Font Mono" ];
|
monospace = [ "IntelOne Mono" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
|
intel-one-mono
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
"Iosevka"
|
"Iosevka"
|
||||||
|
|
Loading…
Reference in a new issue