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 /flake.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 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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; |