25.05: split nerd fonts

This commit is contained in:
Leonardo Eugênio 2025-05-24 01:09:18 -03:00
parent 68568255cb
commit ce66f177fb
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
3 changed files with 2 additions and 10 deletions

View file

@ -28,14 +28,6 @@ rec {
];
}
);
nerdfonts_fira_hack = (
final.nerdfonts.override {
fonts = [
"FiraCode"
"Hack"
];
}
);
}
);