added fonts
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../system/time.nix
|
||||
../../system/preload.nix
|
||||
../../system/boot.nix
|
||||
../../system/amd.nix
|
||||
../../system/hardware.nix
|
||||
|
||||
@@ -2,5 +2,20 @@
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.jetbrains-mono
|
||||
|
||||
# google
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-color-emoji
|
||||
roboto
|
||||
open-sans
|
||||
lato
|
||||
montserrat
|
||||
inter
|
||||
poppins
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
jetbrains-mono
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
services.preload.enable = true; # can fix firefox initial load?
|
||||
}
|
||||
Reference in New Issue
Block a user