hy3/hyprload.toml
outfoxxed 2f28dc810c
Rewrite installation instructions
Add hyprpm, deprecate AUR, prioritize stable releases for Nix.
2024-01-01 20:57:46 -08:00

12 lines
228 B
TOML

[hy3]
description = "i3 like tiling for hyprland"
version = "0.1"
author = "outfoxxed"
[hy3.build]
output = "build/libhy3.so"
steps = [
"rm -rf build",
"cmake -DCMAKE_BUILD_TYPE=Release -B build",
"cmake --build build"
]