joystickwake: autostart

This commit is contained in:
Martino Fontana 2022-03-26 22:56:18 +01:00
parent ce8cbe3c01
commit aeef08c9f9

View File

@ -12,6 +12,11 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];
postInstall = ''
# autostart file
ln -s $out/${python3.sitePackages}/etc $out/etc
'';
meta = with lib; {
description = "A joystick-aware screen waker";
longDescription = ''