aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-12-03 18:58:24 +0000
committerGitHub <[email protected]>2024-12-03 18:58:24 +0000
commit320144ae7288fe23686935ebb235d9fe0c900862 (patch)
tree351b04e228926f98c12c340284c25450bb1fed4f /flake.nix
parent92186898c0ca1b3f72922b72c4af1723f0d9b888 (diff)
downloadHyprland-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.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e3419ef8..f26f1c31 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";