Removed beeref cause it wasn't used - fixed up the fonts.
Some checks failed
/ Check formatting (push) Failing after 1m44s


This commit is contained in:
Ittihadyya 2024-12-18 11:01:22 +02:00
parent 32ddbdb865
commit 95a2cb6ff5
4 changed files with 17 additions and 5 deletions

View file

@ -66,7 +66,7 @@
{
nixpkgs.overlays = [
(final: prev: {
beeref = final.callPackage ./beeref.nix {}; # I'M GOING TO TRUNCATE *YOU*, BEEREF.
# beeref = final.callPackage ./beeref.nix {}; # I'M GOING TO TRUNCATE *YOU*, BEEREF.
})
];
}