From 9fb9ac1860e5e70d09bdd44f5261acee8b081374 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 31 May 2025 00:03:56 +0200 Subject: [PATCH] Fix nerd font --- nixos/stylix.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/stylix.nix b/nixos/stylix.nix index b9b41e1..3522586 100644 --- a/nixos/stylix.nix +++ b/nixos/stylix.nix @@ -27,10 +27,7 @@ in { }; fonts = { - # monospace = { - # package = pkgs.nerd-fonts.jetbrains-mono; - # name = "JetBrainsMono Nerd Font Mono"; - # }; + monospace.package = pkgs.nerd-fonts.jetbrains-mono; sansSerif = { package = pkgs.dejavu_fonts;