aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-20 13:25:29 +0100
committerGitHub <[email protected]>2024-04-20 13:25:29 +0100
commitea954494024cb596aaf9a40c77c3e0fcaf0e0322 (patch)
tree8c35d1e5265608c7c2ec4f88eba66a79709466d1 /flake.nix
parent5c97b96278da672405527b84019ab50395a9f74f (diff)
downloadHyprland-ea954494024cb596aaf9a40c77c3e0fcaf0e0322.tar.gz
Hyprland-ea954494024cb596aaf9a40c77c3e0fcaf0e0322.zip
core: Move tearing to hyprwayland-scanner (#5657)
Adds a new dependency: hyprwayland-scanner https://github.com/hyprwm/hyprwayland-scanner --------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9cb17179..ba09acb7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,6 +34,12 @@
inputs.systems.follows = "systems";
};
+ hyprwayland-scanner = {
+ url = "github:hyprwm/hyprwayland-scanner";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
+ };
+
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";