run updated to use ghostty, and packaged so dependencies can be overlayed
This commit is contained in:
26
pkgs/run.nix
Normal file
26
pkgs/run.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
writeShellApplication,
|
||||
bash,
|
||||
zenity,
|
||||
rmlint,
|
||||
git,
|
||||
gum,
|
||||
xclip,
|
||||
ghostty,
|
||||
...
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "run";
|
||||
|
||||
runtimeInputs = [
|
||||
bash
|
||||
zenity
|
||||
rmlint
|
||||
git
|
||||
gum
|
||||
xclip
|
||||
ghostty
|
||||
];
|
||||
|
||||
text = builtins.readFile ../src/packaged_scripts/run.sh;
|
||||
}
|
||||
Reference in New Issue
Block a user