From 47c7fd8a9916c1c08159f0c58a4f656444a51d96 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Wed, 19 Mar 2025 21:22:43 +0100 Subject: [PATCH] 38 current 2025-03-19 21:22:41 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 147640e..f288632 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -93,9 +93,9 @@ services.fwupd.enable = true; # fonts - # fonts.packages = with pkgs; [ - # nerd-fonts.JetBrainsMono - # ]; + fonts.packages = with pkgs; [ + nerd-fonts.jetbrains-mono + ]; system.stateVersion = "25.05"; # Do not channge }