13 src = fetchFromGitHub {
17 sha256 = "sha256-/iUtVym+fNnbBeLlrYIiO5tV9eeAVBh6Nw+d3GCJ/F8=";
20 vendorHash = "sha256-GW+shKOCwU8yprEfBeAPx1RDgjA7cZZzXDG112bdZ6k=";
22 ldflags = [ "-s" "-w" ];
24 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ gtk3 gtk-layer-shell ];
28 description = "GTK3-based dock for sway";
29 homepage = "https://github.com/nwg-piotr/nwg-dock";
30 license = licenses.mit;
31 platforms = platforms.linux;
32 maintainers = with maintainers; [ dit7ya ];
33 mainProgram = "nwg-dock";