Fix more kitty stuff on deck

This commit is contained in:
2023-07-04 23:17:33 +01:00
parent 271c2aec5c
commit a9cae0f3ea
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
name = name;
paths = [
(pkgs.writeShellScriptBin name ''
${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ${program}/bin/${name}
${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ${program}/bin/${name} $@
'')
program
];