hyprmon: init at 0.0.12
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user