lol

joystickwake: autostart

+5
+5
pkgs/tools/games/joystickwake/default.nix
··· 12 12 13 13 propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ]; 14 14 15 + postInstall = '' 16 + # autostart file 17 + ln -s $out/${python3.sitePackages}/etc $out/etc 18 + ''; 19 + 15 20 meta = with lib; { 16 21 description = "A joystick-aware screen waker"; 17 22 longDescription = ''