This commit is contained in:
Leonardo Eugênio 2024-05-10 19:48:35 -03:00
parent 997b162da4
commit ae86236e78
8 changed files with 133 additions and 166 deletions

View file

@ -35,10 +35,6 @@
tlauncher = inputs.tlauncher.packages.${prev.system}.tlauncher;
maildir-notify-daemon = inputs.maildir-notify-daemon.packages.${prev.system}.default;
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
webcord = (prev.webcord.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
}));
});
patches = (final: prev: {