Fonts and font utilities

This commit is contained in:
Nickiel12 2022-12-04 15:15:50 -08:00
parent 57b1c8d6e7
commit 9f9e0faf5f
3 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
dejavu_fonts dejavu_fonts
meslo-lgs-nf meslo-lgs-nf
xkcd-font
]; ];
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";

View file

@ -36,6 +36,7 @@ in
ffmpeg-full ffmpeg-full
frei0r # kdenlive video plugins frei0r # kdenlive video plugins
pandoc pandoc
fontpreview
# commandline utils # commandline utils
powerline powerline

View file

@ -13,7 +13,7 @@
efiSupport = true; efiSupport = true;
enable = true; enable = true;
version = 2; version = 2;
#useOSProber = true; useOSProber = true;
}; };
}; };