aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-12-06 15:45:02 +0100
committerGitHub <[email protected]>2024-12-06 15:45:02 +0100
commitb1e5cc66bdb20b002c93479490c3a317552210b3 (patch)
tree554891218c4bd6a50d8134790757ee2bdd914653 /flake.nix
parent5ff02902ee830d29ededdb790ed5c8ef7aa111ed (diff)
downloadHyprland-b1e5cc66bdb20b002c93479490c3a317552210b3.tar.gz
Hyprland-b1e5cc66bdb20b002c93479490c3a317552210b3.zip
core: Add support for hyprqtutils' update screen (#8651)
* Nix: add hyprland-qtutils to PATH * flake.lock: update --------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index f26f1c31..821a5f90 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,6 +35,13 @@
inputs.systems.follows = "systems";
};
+ hyprland-qtutils = {
+ url = "github:hyprwm/hyprland-qtutils";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
+ inputs.hyprutils.follows = "hyprutils";
+ };
+
hyprlang = {
url = "github:hyprwm/hyprlang";
inputs.nixpkgs.follows = "nixpkgs";
@@ -123,13 +130,11 @@
inherit
(pkgsFor.${system})
# hyprland-packages
-
hyprland
hyprland-debug
hyprland-legacy-renderer
hyprland-unwrapped
# hyprland-extras
-
xdg-desktop-portal-hyprland
;
hyprland-cross = (pkgsCrossFor.${system} "aarch64-linux").hyprland;