10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromSourcehut {
17 rev = "v${finalAttrs.version}";
18 fetchSubmodules = true;
19 hash = "sha256-eATbbwIt5ytEVLPodyq9vFF9Rs5S1xShpvNYQnfwdV4=";
30 homepage = "https://git.sr.ht/~novakane/rivercarro";
31 description = "A layout generator for river Wayland compositor, fork of rivertile";
33 A slightly modified version of rivertile layout generator for river.
35 Compared to rivertile, rivercarro adds:
36 - Monocle layout, views will takes all the usable area on the screen.
37 - Gaps instead of padding around views or layout area.
38 - Modify gaps size at runtime.
39 - Smart gaps, if there is only one view, gaps will be disable.
40 - Limit the width of the usable area of the screen.
42 changelog = "https://git.sr.ht/~novakane/rivercarro/refs/v${finalAttrs.version}";
43 license = licenses.gpl3Plus;
44 maintainers = with maintainers; [ kraem ];
45 inherit (zig_0_9.meta) platforms;