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 = {
enable = true;
defaultFonts = {
monospace = [ "JetBrains Mono" ];
monospace = [ "IntelOne Mono" ];
};
};
fonts = with pkgs; [
(nerdfonts.override {
fonts = [
"JetBrainsMono"
"Meslo"
];
})
intel-one-mono
];
};
zramSwap.enable = true;
nix.settings = {