10 pname = "nwg-dock-hyprland";
13 src = fetchFromGitHub {
15 repo = "nwg-dock-hyprland";
17 hash = "sha256-iamDOQcQJRdFVnwffWPIXHlY0J4orfrEbfLzaoeV+KM=";
20 vendorHash = "sha256-cZ5w7B8bi0faOVWoQ6eeW5ejCZJgnNB91DQalC75mPo=";
22 ldflags = [ "-s" "-w" ];
24 nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
25 buildInputs = [ gtk-layer-shell ];
28 install -d $out/share/nwg-dock-hyprland
29 cp -r images $out/share/nwg-dock-hyprland/images
30 install -Dm644 config/style.css $out/share/nwg-dock-hyprland/style.css
34 description = "GTK3-based dock for Hyprland";
35 mainProgram = "nwg-dock-hyprland";
36 homepage = "https://github.com/nwg-piotr/nwg-dock-hyprland";
37 license = lib.licenses.mit;
38 platforms = lib.platforms.linux;
39 maintainers = with lib.maintainers; [ aleksana ];