tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
joystickwake: autostart
Martino Fontana
4 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
13
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];
14
0
0
0
0
0
15
meta = with lib; {
16
description = "A joystick-aware screen waker";
17
longDescription = ''
···
12
13
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];
14
15
+
postInstall = ''
16
+
# autostart file
17
+
ln -s $out/${python3.sitePackages}/etc $out/etc
18
+
'';
19
+
20
meta = with lib; {
21
description = "A joystick-aware screen waker";
22
longDescription = ''