package adams site and remove tetrio

This commit is contained in:
Kopatz
2024-05-25 21:19:55 +02:00
parent ceff361008
commit ba7aba817e
10 changed files with 98 additions and 144 deletions

View File

@@ -8,6 +8,7 @@
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
discord = prev.discord.override { withVencord = true; };
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
nerdfonts = prev.nerdfonts.override { fonts = ["Hack" "Noto"]; };
waybar = prev.waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; });
# example = prev.example.overrideAttrs (oldAttrs: rec {