nix: expose winwrap via flake

This commit is contained in:
Gabriel Fontes 2023-11-24 19:25:12 -03:00 committed by Mihai Fufezan
parent 27af82f558
commit 61774e0987
1 changed files with 4 additions and 0 deletions

View File

@ -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: {