From 61774e0987d632d3de64db83c9bf42ef71a9c4eb Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Fri, 24 Nov 2023 19:25:12 -0300 Subject: [PATCH] nix: expose winwrap via flake --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 3d16b47..64f1f13 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,10 @@ inherit (hyprland.packages.${system}) hyprland; stdenv = pkgs.gcc13Stdenv; }; + hyprwinwrap = pkgs.callPackage ./hyprwinwrap { + inherit (hyprland.packages.${system}) hyprland; + stdenv = pkgs.gcc13Stdenv; + }; }); devShells = withPkgsFor (system: pkgs: {