zenix: add hypridle and hyprlock, and format
This commit is contained in:
parent
c4abd3ddf0
commit
ce02fb7bee
11 changed files with 86 additions and 17 deletions
|
|
@ -19,10 +19,10 @@
|
|||
${toString (builtins.map (mapping: "-p ${mapping}") ports)} \
|
||||
${toString (builtins.map (mapping: "-v ${mapping}") volumes)} \
|
||||
${
|
||||
if builtins.isNull envFile
|
||||
then ""
|
||||
else "--env-file ${toString envFile}"
|
||||
} \
|
||||
if builtins.isNull envFile
|
||||
then ""
|
||||
else "--env-file ${toString envFile}"
|
||||
} \
|
||||
--detach --replace \
|
||||
--name ${name} \
|
||||
${image} ${command}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue