fix fonts

This commit is contained in:
Hendrik Sokolowski 2023-12-18 22:39:18 +01:00
parent 0a51094a61
commit 3269c7608e
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
... ...
}: { }: {
fonts = { fonts = {
fonts = with pkgs; [powerline-fonts dejavu_fonts]; packages = with pkgs; [powerline-fonts dejavu_fonts];
fontconfig.defaultFonts = { fontconfig.defaultFonts = {
monospace = ["DejaVu Sans Mono for Powerline"]; monospace = ["DejaVu Sans Mono for Powerline"];
sansSerif = ["DejaVu Sans"]; sansSerif = ["DejaVu Sans"];

View file

@ -80,8 +80,8 @@ in {
# Enable GVfs, a userspace virtual filesystem # Enable GVfs, a userspace virtual filesystem
services.gvfs.enable = true; services.gvfs.enable = true;
fonts.enableDefaultFonts = true; fonts.enableDefaultPackages = true;
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
fira-code fira-code
fira-code-symbols fira-code-symbols
google-fonts google-fonts