hyprland-plugins/hyprbars/default.nix

13 lines
263 B
Nix

lib: {
pname = "hyprbars";
version = "0.1";
src = ./.;
meta = with lib; {
homepage = "https://github.com/hyprwm/hyprland-plugins";
description = "Hyprland window title plugin";
license = licenses.bsd3;
platforms = platforms.linux;
};
}