i3: remove unifont
This commit is contained in:
parent
3541ca141e
commit
4b0cc1fe0d
18
i3.nix
18
i3.nix
@ -37,22 +37,32 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
enableDefaultFonts = false;
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
|
xorg.fontbhlucidatypewriter100dpi
|
||||||
|
xorg.fontbhlucidatypewriter75dpi
|
||||||
|
dejavu_fonts
|
||||||
|
freefont_ttf
|
||||||
|
gyre-fonts # TrueType substitutes for standard PostScript fonts
|
||||||
|
liberation_ttf
|
||||||
|
xorg.fontbh100dpi
|
||||||
|
xorg.fontmiscmisc
|
||||||
|
xorg.fontcursormisc
|
||||||
|
# unifont
|
||||||
|
|
||||||
wqy_microhei
|
wqy_microhei
|
||||||
inconsolata
|
inconsolata
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
ipafont
|
ipafont
|
||||||
ipaexfont
|
ipaexfont
|
||||||
unifont
|
# unifont
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
source-code-pro
|
source-code-pro
|
||||||
fira
|
fira
|
||||||
|
noto-fonts-emoji
|
||||||
|
|
||||||
cantarell_fonts # from gnome3 module
|
cantarell_fonts # from gnome3 module
|
||||||
];
|
];
|
||||||
fontconfig = {
|
|
||||||
allowBitmaps = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
Loading…
Reference in New Issue
Block a user