new and impruved
This commit is contained in:
19
system/fonts.nix
Executable file
19
system/fonts.nix
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
ubuntu_font_family
|
||||
siji
|
||||
unifont
|
||||
noto-fonts
|
||||
source-han-code-jp
|
||||
source-han-sans
|
||||
nerd-fonts.zed-mono
|
||||
nerd-fonts.symbols-only
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user