mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-12-25 09:20:03 +01:00
12 lines
277 B
Nix
12 lines
277 B
Nix
lib: {
|
|
pname = "borders-plus-plus";
|
|
version = "0.1";
|
|
src = ./.;
|
|
|
|
meta = with lib; {
|
|
homepage = "https://github.com/hyprwm/hyprland-plugins";
|
|
description = "Hyprland borders-plus-plus plugin";
|
|
license = licenses.bsd3;
|
|
platforms = platforms.linux;
|
|
};
|
|
}
|