dustbowl: linux 6.1, add roboto fonts

This commit is contained in:
joachimschmidt557 2023-04-08 17:40:47 +02:00
parent 754faa1ce8
commit 0c184633f1
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -26,7 +26,7 @@
}; };
# Kernel version # Kernel version
boot.kernelPackages = pkgs.linuxPackages_5_15; boot.kernelPackages = pkgs.linuxPackages_6_1;
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true; # boot.loader.systemd-boot.enable = true;
@ -386,6 +386,9 @@
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-emoji
noto-fonts-extra noto-fonts-extra
roboto
roboto-slab
roboto-mono
]; ];
fonts.fontconfig = { fonts.fontconfig = {
enable = true; enable = true;