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 = with pkgs; [powerline-fonts dejavu_fonts];
packages = with pkgs; [powerline-fonts dejavu_fonts];
fontconfig.defaultFonts = {
monospace = ["DejaVu Sans Mono for Powerline"];
sansSerif = ["DejaVu Sans"];

View file

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