nerd-fonts moved to individual packages

This commit is contained in:
2024-11-30 16:48:24 -06:00
parent 6b82b9d84f
commit 0681d3aed4
3 changed files with 31 additions and 33 deletions

View File

@@ -28,14 +28,6 @@ _self: super: {
in
corePackages ++ winePackages;
};
nerdfonts = super.nerdfonts.override {
fonts = [
"CascadiaCode"
"ComicShannsMono"
"Iosevka"
"Agave"
];
};
handbrake = super.handbrake.override { useGtk = true; };
discord-ptb = super.discord.override { withVencord = true; };
ripgrep = super.ripgrep.override { withPCRE2 = true; };