flake: remove mpvpaper, i don't use it
This commit is contained in:
parent
c6b05942c5
commit
1a1f44b997
21
flake.lock
21
flake.lock
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -121,8 +121,6 @@ in
|
|||
grim
|
||||
swappy
|
||||
tesseract5
|
||||
|
||||
mpvpaper
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue