mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
Add cool-retro-term to nix
This commit is contained in:
parent
72c6115634
commit
794e8484e8
2 changed files with 11 additions and 4 deletions
|
@ -16,6 +16,12 @@ in
|
||||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||||
inherit pkgs;
|
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
|
exa
|
||||||
gromit-mpx
|
gromit-mpx
|
||||||
zsh-completions
|
zsh-completions
|
||||||
|
cool-retro-term
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue