From 9df10f70d58a2b9b63bcef8e1077548dc11f36e6 Mon Sep 17 00:00:00 2001 From: willifan Date: Sun, 1 Dec 2024 12:14:01 +0100 Subject: [PATCH] adapted nerd-fonts breaking change --- users/willifan/common/theme/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/willifan/common/theme/stylix.nix b/users/willifan/common/theme/stylix.nix index 29010d6..8c5a0d1 100644 --- a/users/willifan/common/theme/stylix.nix +++ b/users/willifan/common/theme/stylix.nix @@ -35,7 +35,7 @@ in # name = ""; # }; monospace = { - package = pkgs.nerdfonts; + package = pkgs.nerd-fonts.jetbrains-mono; name = "JetBrainsMono Nerd Font"; }; # sansSerif = {