14 pname = "iio-hyprland";
15 version = "0-unstable-2024-09-29";
17 src = fetchFromGitHub {
18 owner = "JeanSchoeller";
19 repo = "iio-hyprland";
20 rev = "bd6be6b7e0fbc8ca1a5ccbf536602838e52c347e";
21 hash = "sha256-gfH/jcrmI27OEge8OGPe7JpC0jrQJuX7v9hM/ObjjW8=";
24 buildInputs = [ dbus ];
32 passthru.updateScript = unstableGitUpdater { };
35 description = "Listens to iio-sensor-proxy and automatically changes Hyprland output orientation";
36 homepage = "https://github.com/JeanSchoeller/iio-hyprland/tree/master";
37 license = lib.licenses.gpl3Only;
38 maintainers = with lib.maintainers; [ yusuf-duran ];
39 platforms = lib.platforms.linux;
40 mainProgram = "iio-hyprland";