Compare commits
2 Commits
300571af47
...
b0cbf62e15
Author | SHA1 | Date | |
---|---|---|---|
b0cbf62e15 | |||
21646d382b |
12
nixos.nix
12
nixos.nix
@ -88,14 +88,10 @@ in
|
|||||||
|
|
||||||
conf = {
|
conf = {
|
||||||
inherit (app) id;
|
inherit (app) id;
|
||||||
path =
|
path = if app.path == null then pkgs.writeScript "${app.name}-start" ''
|
||||||
if app.path == null then
|
#!${pkgs.zsh}${pkgs.zsh.shellPath}
|
||||||
pkgs.writeScript "${app.name}-start" ''
|
${script}
|
||||||
#!${pkgs.zsh}${pkgs.zsh.shellPath}
|
'' else app.path;
|
||||||
${script}
|
|
||||||
''
|
|
||||||
else
|
|
||||||
app.path;
|
|
||||||
args = if app.args == null then [ "${app.name}-start" ] else app.args;
|
args = if app.args == null then [ "${app.name}-start" ] else app.args;
|
||||||
|
|
||||||
confinement = {
|
confinement = {
|
||||||
|
Loading…
Reference in New Issue
Block a user