diff options
author | Vaxry <[email protected]> | 2024-12-03 18:58:24 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-03 18:58:24 +0000 |
commit | 320144ae7288fe23686935ebb235d9fe0c900862 (patch) | |
tree | 351b04e228926f98c12c340284c25450bb1fed4f /flake.nix | |
parent | 92186898c0ca1b3f72922b72c4af1723f0d9b888 (diff) | |
download | Hyprland-320144ae7288fe23686935ebb235d9fe0c900862.tar.gz Hyprland-320144ae7288fe23686935ebb235d9fe0c900862.zip |
core: move colorspace handling to oklab (#8635)
* Meson: add hyprgraphics
* Nix: add hyprgraphics
* CI/setup_base: get hyprgraphics-git
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,13 @@ inputs.hyprlang.follows = "hyprlang"; }; + hyprgraphics = { + url = "github:hyprwm/hyprgraphics"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; + inputs.hyprutils.follows = "hyprutils"; + }; + hyprland-protocols = { url = "github:hyprwm/hyprland-protocols"; inputs.nixpkgs.follows = "nixpkgs"; |