vesktop: remove patch

This commit is contained in:
ooks-io 2025-01-06 16:30:21 +11:00
parent caa0f0de74
commit 09715c8570
2 changed files with 1 additions and 79 deletions

View file

@ -15,9 +15,7 @@ in {
config = mkIf (elem "communication" profiles) {
# <https://github.com/AlephNought0/Faery/blob/main/Home/Programs/Vesktop/patchedvesktop.patch>
home.packages = [
(pkgs.vesktop.overrideAttrs (old: {
patches = (old.patches or []) ++ [./vesktop-patch.patch];
}))
pkgs.vesktop
pkgs.equibop
];