mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 04:25:59 +01:00
nix: expose winwrap via flake
This commit is contained in:
parent
27af82f558
commit
61774e0987
1 changed files with 4 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue