about summary refs log tree commit diff
path: root/overlays.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--overlays.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays.nix b/overlays.nix
index e0cbf24..5e7ce81 100644
--- a/overlays.nix
+++ b/overlays.nix
@@ -70,13 +70,13 @@ with packages;
       (prev.telegram-desktop.override (finalAttrs: {
         stdenv = final.useMoldLinker finalAttrs.stdenv;
       })).overrideAttrs
-        (_: super: { patches = (super.patches or [ ]) ++ [ ./patches/telegram-desktop-no-ads.patch ]; });
+        (_: super: { patches = (super.patches or [ ]) ++ [ ./packages/telegram-desktop.patch ]; });
 
     vesktop =
       (prev.vesktop.overrideAttrs (
         _: super: {
           nativeBuildInputs = super.nativeBuildInputs ++ [ final.imagemagick ];
-          patches = (super.patches or [ ]) ++ [ ./patches/vesktop-no-anime.patch ];
+          patches = (super.patches or [ ]) ++ [ ./packages/vesktop.patch ];
           postInstall =
             (super.postInstall or "")
             + ''

Consider giving Nix/NixOS a try! <3