feat(nixos): use IntelOne Mono

This commit is contained in:
Oliver Davies 2023-08-17 19:46:38 +01:00
parent ca7ad57690
commit 0634242cad
2 changed files with 3 additions and 9 deletions

View file

@ -175,20 +175,14 @@ in
fontconfig = { fontconfig = {
enable = true; enable = true;
defaultFonts = { defaultFonts = {
monospace = [ "JetBrains Mono" ]; monospace = [ "IntelOne Mono" ];
}; };
}; };
fonts = with pkgs; [ fonts = with pkgs; [
(nerdfonts.override { intel-one-mono
fonts = [
"JetBrainsMono"
"Meslo"
];
})
]; ];
}; };
zramSwap.enable = true; zramSwap.enable = true;
nix.settings = { nix.settings = {

View file

@ -229,7 +229,7 @@
font = { font = {
size = 12.0; size = 12.0;
normal.family = "JetBrainsMono Nerd Font Mono"; normal.family = "IntelOne Mono";
italic.style = "Regular"; italic.style = "Regular";
bolditalic.style = "Regular"; bolditalic.style = "Regular";
bold.style = "Regular"; bold.style = "Regular";