Format the entire project.
This commit is contained in:
parent
1dc50ae17d
commit
6f9db5e3a4
115 changed files with 3451 additions and 2901 deletions
|
@ -1,42 +1,45 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
||||
mkIf (elem "fonts" config.machine.conffiles) {
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
# deprecated (will eventually be completely removed)
|
||||
# ultimate.enable = true;
|
||||
includeUserConf = false;
|
||||
mkIf (elem "fonts" config.machine.conffiles) {
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
# deprecated (will eventually be completely removed)
|
||||
# ultimate.enable = true;
|
||||
includeUserConf = false;
|
||||
};
|
||||
packages = with pkgs; [
|
||||
arphic-ukai
|
||||
arphic-uming
|
||||
crimson
|
||||
corefonts # Microsoft free fonts
|
||||
dejavu_fonts
|
||||
font-awesome
|
||||
inconsolata # monospaced
|
||||
inter
|
||||
manrope
|
||||
montserrat
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
powerline-fonts
|
||||
source-han-sans-japanese
|
||||
source-han-sans-korean
|
||||
source-han-sans-simplified-chinese
|
||||
source-han-sans-traditional-chinese
|
||||
# source-sans-pro
|
||||
symbola
|
||||
ubuntu_font_family
|
||||
wqy_microhei
|
||||
wqy_zenhei
|
||||
];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
arphic-ukai
|
||||
arphic-uming
|
||||
crimson
|
||||
corefonts # Microsoft free fonts
|
||||
dejavu_fonts
|
||||
font-awesome
|
||||
inconsolata # monospaced
|
||||
inter
|
||||
manrope
|
||||
montserrat
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
powerline-fonts
|
||||
source-han-sans-japanese
|
||||
source-han-sans-korean
|
||||
source-han-sans-simplified-chinese
|
||||
source-han-sans-traditional-chinese
|
||||
# source-sans-pro
|
||||
symbola
|
||||
ubuntu_font_family
|
||||
wqy_microhei
|
||||
wqy_zenhei
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue