Add cool-retro-term to nix

This commit is contained in:
Leon Kowarschick 2020-07-10 15:16:46 +02:00
parent 72c6115634
commit 794e8484e8
2 changed files with 11 additions and 4 deletions

View file

@ -16,6 +16,12 @@ in
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
cool-retro-term = (
pkgs.writeScriptBin "cool-retro-term" ''
#!/bin/sh
exec nixGLIntel ${pkgs.cool-retro-term}/bin/cool-retro-term "$@"
''
);
};
@ -32,6 +38,7 @@ in
exa
gromit-mpx
zsh-completions
cool-retro-term
];