font configured

This commit is contained in:
Semere Meharena Mebrahtom 2026-07-19 03:57:01 +02:00
parent 2272e5efd8
commit c04b4f777c
Signed by: semere
GPG key ID: 7FC937214DF30488

View file

@ -23,8 +23,15 @@ in
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
noto-fonts
noto-fonts-color-emoji
];
fonts.fontconfig.defaultFonts = {
monospace = [ "JetBrainsMono Nerd Font" "Noto Sans Mono" ];
emoji = [ "Noto Color Emoji" ];
};
hardware.graphics.enable = true;
security.polkit.enable = true;
@ -44,7 +51,7 @@ in
enable = true;
settings = {
main = {
font = "JetBrainsMono Nerd Font:size=11";
font = "JetBrainsMono Nerd Font:size=13";
};
};
};