feat(nixos): use IntelOne Mono
This commit is contained in:
parent
ca7ad57690
commit
0634242cad
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue