From ddb00523f3260283c3fe1a3e771b0717344ff157 Mon Sep 17 00:00:00 2001 From: willifan Date: Thu, 12 Dec 2024 21:05:39 +0100 Subject: [PATCH] revert 9df10f70d58a2b9b63bcef8e1077548dc11f36e6 revert 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 8c5a0d1..29010d6 100644 --- a/users/willifan/common/theme/stylix.nix +++ b/users/willifan/common/theme/stylix.nix @@ -35,7 +35,7 @@ in # name = ""; # }; monospace = { - package = pkgs.nerd-fonts.jetbrains-mono; + package = pkgs.nerdfonts; name = "JetBrainsMono Nerd Font"; }; # sansSerif = {