Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
2783c9811d
commit
a1b3975f39
6 changed files with 63 additions and 30 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ withSystem, ... }:
|
||||
{ inputs, withSystem, ... }:
|
||||
|
||||
let
|
||||
name = "start-tmux";
|
||||
|
|
@ -10,9 +10,9 @@ in
|
|||
packages.${name} = pkgs.writeShellApplication {
|
||||
inherit name;
|
||||
|
||||
# TODO: Add `z` once its available as a package.
|
||||
runtimeInputs = with pkgs; [
|
||||
fzf
|
||||
inputs.z.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue