From 188f69443c0873970d41217b52e11c46d584c06d Mon Sep 17 00:00:00 2001 From: sss Date: Tue, 1 Jul 2025 02:03:23 +0300 Subject: nix common overlays initial commit --- hyprgraphics.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hyprgraphics.nix (limited to 'hyprgraphics.nix') diff --git a/hyprgraphics.nix b/hyprgraphics.nix new file mode 100644 index 0000000..0ccbf3e --- /dev/null +++ b/hyprgraphics.nix @@ -0,0 +1,14 @@ +{ inputs }: +self: super: { + hyprgraphics = + with super; + (hyprgraphics.override { }).overrideAttrs (old: rec { + version = "git"; + src = fetchGit { + url = "https://github.com/hyprwm/hyprgraphics"; + ref = "main"; + # rev = "0d77b4895ad5f1bb3b0ee43103a5246c58b65591"; + }; + buildInputs = old.buildInputs ++ [ libspng ]; + }); +} -- cgit v1.2.3