hyprmon: init at 0.0.12

This commit is contained in:
onatustun
2025-10-14 10:13:36 +01:00
parent e12e058f03
commit cc6d1e3e1d

View File

@@ -17,12 +17,12 @@ buildGoModule rec {
vendorHash = "sha256-THfdsr8jSvbcV1C2C2IJNvjeeonSZDfmCo6Ws2WreBA=";
meta = with lib; {
meta = {
description = "TUI monitor configuration tool for Hyprland with visual layout, drag-and-drop, and profile management";
homepage = "https://github.com/erans/hyprmon";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ onatustun ];
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ onatustun ];
mainProgram = "hyprmon";
};
}