mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
7 lines
134 B
Nix
7 lines
134 B
Nix
|
{ pkgs }:
|
||
|
|
||
|
pkgs.writeScriptBin "cool-retro-term" ''
|
||
|
#!/bin/sh
|
||
|
exec nixGLIntel ${pkgs.cool-retro-term}/bin/cool-retro-term "$@"
|
||
|
''
|