syncthing update

This commit is contained in:
Kopatz
2024-06-19 16:12:47 +02:00
parent 394a7af1e4
commit 849e3aa521
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
discord = prev.discord.override { withVencord = true; };
#discord = prev.discord.override { withVencord = true; };
#discord = prev.vesktop;
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
waybar = prev.waybar.overrideAttrs (oldAttrs: {