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

@ -746,7 +746,6 @@
"ranger-icons": "ranger-icons",
"ranger-sixel": "ranger-sixel",
"tlauncher": "tlauncher",
"wegank": "wegank",
"wl-crosshair": "wl-crosshair"
}
},
@ -962,26 +961,6 @@
"type": "github"
}
},
"wegank": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1685351104,
"narHash": "sha256-40APf9B0ciuTSZkK4NYXzb9cPMsXOKyishk7+J1HqIo=",
"owner": "wegank",
"repo": "nur-packages",
"rev": "12416ee0ae3d2ad835c83cbc99f5408c91e0f8b7",
"type": "github"
},
"original": {
"owner": "wegank",
"repo": "nur-packages",
"type": "github"
}
},
"wl-crosshair": {
"inputs": {
"flake-utils": "flake-utils_7",

View File

@ -12,12 +12,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# mpvpaper
wegank = {
url = "github:wegank/nur-packages";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs-unstable";

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 ];

View File

@ -121,8 +121,6 @@ in
grim
swappy
tesseract5
mpvpaper
];
};
}