Update flake
This commit is contained in:
parent
f9eaf92be4
commit
436ff6c039
3 changed files with 60 additions and 57 deletions
|
|
@ -3,20 +3,19 @@
|
|||
{
|
||||
# Configure default fonts
|
||||
fonts = {
|
||||
fontconfig.defaultFonts = {
|
||||
serif = [ "Noto Serif" "Noto Serif CJK SC" ];
|
||||
sansSerif = [ "Inter" "Noto Sans CJK SC" ];
|
||||
monospace = [ "Iosevka" "Noto Sans Mono CJK SC" ];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
inter
|
||||
iosevka
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
meslo-lgs-nf
|
||||
];
|
||||
fontconfig.defaultFonts = {
|
||||
serif = [ "Noto Serif" "Noto Serif CJK SC" ];
|
||||
sansSerif = [ "Inter" "Noto Sans CJK SC" ];
|
||||
monospace = [ "Iosevka" "Noto Sans CJK SC" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Configure input methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue