tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
joystickwake: autostart
Martino Fontana
3 years ago
aeef08c9
ce8cbe3c
+5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
games
joystickwake
default.nix
+5
pkgs/tools/games/joystickwake/default.nix
···
12
12
13
13
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];
14
14
15
15
+
postInstall = ''
16
16
+
# autostart file
17
17
+
ln -s $out/${python3.sitePackages}/etc $out/etc
18
18
+
'';
19
19
+
15
20
meta = with lib; {
16
21
description = "A joystick-aware screen waker";
17
22
longDescription = ''