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 }