From 0c184633f1aef0c1f4c1b7344a2850931df7c742 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sat, 8 Apr 2023 17:40:47 +0200 Subject: [PATCH] dustbowl: linux 6.1, add roboto fonts --- nixos/dustbowl.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 4daed90..52b56d5 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -26,7 +26,7 @@ }; # Kernel version - boot.kernelPackages = pkgs.linuxPackages_5_15; + boot.kernelPackages = pkgs.linuxPackages_6_1; # Use the systemd-boot EFI boot loader. # boot.loader.systemd-boot.enable = true; @@ -386,6 +386,9 @@ noto-fonts noto-fonts-emoji noto-fonts-extra + roboto + roboto-slab + roboto-mono ]; fonts.fontconfig = { enable = true;