just install all goggle and nerd fonts
This commit is contained in:
parent
941d7725e5
commit
c3aed1e67f
|
@ -423,22 +423,8 @@ in
|
||||||
decompressFonts = true;
|
decompressFonts = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# install a list of useful fonts
|
# just get all Google & Nerd Fonts, we have the space
|
||||||
packages = with pkgs; [
|
packages = [ pkgs.google-fonts pkgs.nerdfonts ];
|
||||||
# good UI sans serif fonts family
|
|
||||||
inter
|
|
||||||
|
|
||||||
# get large parts of unicode covered with the Google Noto fonts family
|
|
||||||
# all needed symbols that my shell prompt needs
|
|
||||||
# example: cullmann on 🌐 neko in /data/nixos on master [!?]
|
|
||||||
# contains serif font that nicely matches with Inter
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-cjk
|
|
||||||
noto-fonts-emoji
|
|
||||||
|
|
||||||
# contains monospace fonts that match well with Inter
|
|
||||||
recursive
|
|
||||||
];
|
|
||||||
|
|
||||||
# use some proper default fonts
|
# use some proper default fonts
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
Loading…
Reference in a new issue