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 --- hyprutils.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hyprutils.nix (limited to 'hyprutils.nix') diff --git a/hyprutils.nix b/hyprutils.nix new file mode 100644 index 0000000..1cd2156 --- /dev/null +++ b/hyprutils.nix @@ -0,0 +1,13 @@ +{ inputs }: +self: super: { + hyprutils = + with super; + (hyprutils.override { }).overrideAttrs (old: rec { + version = "git"; + src = fetchGit { + url = "https://github.com/hyprwm/hyprutils"; + ref = "main"; +# rev = "2cd5e4fcd5a77f5c7ebc3f6afac4a86336c31281"; + }; + }); +} -- cgit v1.2.3