shezdy / hyprsplit

hyprland plugin for separate sets of workspaces on each monitor
BSD 3-Clause "New" or "Revised" License
73 stars 3 forks source link

hyprsplit on nixpkgs #16

Open luiswirth opened 2 months ago

luiswirth commented 2 months ago

It would be great to have this plugin on nixpkgs, just like hy3.

The current standalone flake situation forces me to also use the hyprland flake, instead of enabling me to use the hyprland from nixpkgs...

nonetrix commented 1 week ago

That would be great, I don't mind testing for Vaxry but at same time just stable version I could use would be great

shezdy commented 1 week ago

stable version I could use would be great

I think you can already use a tagged version by setting the url for both hyprland and the plugin. eg hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=v0.41.1"; and hyprsplit.url = github:shezdy/hyprsplit&ref=v0.41.1;. my syntax might be wrong, i haven't used nix recently.