mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
font configured
This commit is contained in:
parent
2272e5efd8
commit
c04b4f777c
1 changed files with 8 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue