fix: missing cursor, networking error

This commit is contained in:
ryan4yin
2023-05-06 01:23:18 +08:00
parent 830605aeec
commit 1b95d4945f
7 changed files with 65 additions and 10 deletions

View File

@@ -24,9 +24,14 @@
fonts = {
# use fonts specified by user rather than default ones
enableDefaultFonts = false;
fontDir.enable = true;
fonts = with pkgs; [
# icon fonts
material-design-icons
font-awesome
# normal fonts
noto-fonts
@@ -39,13 +44,9 @@
"JetBrainsMono"
"Iosevka"
];})
];
# use fonts specified by user rather than default ones
enableDefaultFonts = false;
# user defined fonts
# the reason there's Noto Color Emoji everywhere is to override DejaVu's
# B&W emojis that would sometimes show instead of some Color emojis