flake: remove mpvpaper, i don't use it

This commit is contained in:
Leonardo Eugênio 2023-06-10 19:42:48 -03:00
parent c6b05942c5
commit 1a1f44b997
4 changed files with 0 additions and 30 deletions

View file

@ -50,7 +50,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;
mpvpaper = inputs.wegank.packages.${prev.system}.mpvpaper;
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];