delete unused fonts

This commit is contained in:
gpskwlkr 2024-03-25 06:20:00 +04:00
parent fceab8bad0
commit 57c2613159
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
{
fonts.packages = with pkgs; [
nerdfonts
font-awesome
jetbrains-mono
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];
}