236 current 2025-01-11 21:28:50 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
26
system/fonts/fonts.nix
Normal file
26
system/fonts/fonts.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
font-awesome_4
|
||||
font-awesome_5
|
||||
inconsolata
|
||||
ipaexfont
|
||||
jetbrains-mono
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
siji
|
||||
ubuntu_font_family
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = ["Fira Code"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user