remove some fonts from nerdfonts to reduce package size

This commit is contained in:
fleaz 2025-04-16 20:23:49 +02:00
parent 62209bcff2
commit db03a4a0ee
2 changed files with 7 additions and 10 deletions

View file

@ -6,6 +6,6 @@ let
in
pkgs.mkShell {
buildInputs = with pkgs; [
intel-compute-runtime-legacy1
nerdfonts
];
}