{ lib, fetchFromGitHub, rustPlatform }: rustPlatform.buildRustPackage rec { pname = "hyprland-per-window-layout"; version = "2.4"; src = fetchFromGitHub { owner = "coffebar"; repo = pname; rev = version; hash = "sha256-2nc72fP/fw053tCJLqXzEecOoiF28wosJbw81kCilYA="; }; cargoHash = "sha256-6cZ9aRrUOUoc9vDyGh9PUiuWnXrGxw/ZyECkh0XwBi0="; meta = with lib; { description = "Per window keyboard layout (language) for Hyprland wayland compositor"; homepage = "https://github.com/coffebar/hyprland-per-window-layout"; license = licenses.mit; maintainers = [ maintainers.azazak123 ]; platforms = platforms.linux; mainProgram = "hyprland-per-window-layout"; }; }