Fix joystickwake service
This commit is contained in:
parent
4345e57fdf
commit
0643b2b9e3
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ in
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = joystickwakeCmd;
|
ExecStart = joystickwakeCmd;
|
||||||
|
Environment = [ "DISPLAY=:0" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
# ./modules/grobi.nix
|
# ./modules/grobi.nix
|
||||||
./modules/gtk_theme.nix
|
./modules/gtk_theme.nix
|
||||||
./modules/helix.nix
|
./modules/helix.nix
|
||||||
# ./modules/joystickwake.nix
|
./modules/joystickwake.nix
|
||||||
./modules/kakoune.nix
|
./modules/kakoune.nix
|
||||||
# ./modules/keepassxc.nix
|
# ./modules/keepassxc.nix
|
||||||
./modules/kitty.nix
|
./modules/kitty.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue