use upstream packages where possible

This commit is contained in:
Rouven Seifert 2023-05-03 22:55:06 +02:00
parent 8ffefbf1cb
commit c0c544b447
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 18 additions and 78 deletions

View file

@ -33,24 +33,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
hyprland = {
url = "github:hyprwm/Hyprland/";
inputs = {
xdph.follows = "xdph";
};
};
hyprpaper = {
url = "github:hyprwm/hyprpaper";
inputs.nixpkgs.follows = "nixpkgs";
};
purge = {