diff options
author | Vaxry <[email protected]> | 2024-12-06 15:45:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-06 15:45:02 +0100 |
commit | b1e5cc66bdb20b002c93479490c3a317552210b3 (patch) | |
tree | 554891218c4bd6a50d8134790757ee2bdd914653 /nix | |
parent | 5ff02902ee830d29ededdb790ed5c8ef7aa111ed (diff) | |
download | Hyprland-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 'nix')
-rw-r--r-- | nix/default.nix | 2 | ||||
-rw-r--r-- | nix/overlays.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index 3a84ccc8..aeb4a4bb 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -14,6 +14,7 @@ hyprcursor, hyprgraphics, hyprland-protocols, + hyprland-qtutils, hyprlang, hyprutils, hyprwayland-scanner, @@ -168,6 +169,7 @@ in wrapProgram $out/bin/Hyprland \ --suffix PATH : ${makeBinPath [ binutils + hyprland-qtutils pciutils pkgconf ]} diff --git a/nix/overlays.nix b/nix/overlays.nix index c2103f31..b632d0b4 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -24,6 +24,7 @@ in { inputs.hyprcursor.overlays.default inputs.hyprgraphics.overlays.default inputs.hyprland-protocols.overlays.default + inputs.hyprland-qtutils.overlays.default inputs.hyprlang.overlays.default inputs.hyprutils.overlays.default inputs.hyprwayland-scanner.overlays.default |