chore | formating
This commit is contained in:
parent
4f0427fb2a
commit
81d75cae7f
1 changed files with 16 additions and 15 deletions
|
|
@ -21,14 +21,15 @@ in {
|
|||
services = {
|
||||
swaylock = {
|
||||
description = "Screen locker for Wayland";
|
||||
documentation = ["man:swaylock(1)"];
|
||||
onSuccess = ["unlock.target"];
|
||||
partOf = ["lock.target"];
|
||||
before = ["lock.target"];
|
||||
wantedBy = ["lock.target"];
|
||||
documentation = [ "man:swaylock(1)" ];
|
||||
onSuccess = [ "unlock.target" ];
|
||||
partOf = [ "lock.target" ];
|
||||
before = [ "lock.target" ];
|
||||
wantedBy = [ "lock.target" ];
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/don/bin:/home/don/bin";
|
||||
Environment =
|
||||
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/don/bin:/home/don/bin";
|
||||
ExecStart = "/home/don/bin/lock.sh -m";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue