mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
move packages to packages folder and abstract out tmux-sessionizer
This commit is contained in:
parent
e897059004
commit
c1fb306ed1
5 changed files with 29 additions and 21 deletions
8
packages/tmux-sessionizer/default.nix
Normal file
8
packages/tmux-sessionizer/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs}: let
|
||||
name = "tmux-sessionizer";
|
||||
runtimeInputs = [pkgs.tmux pkgs.ghq pkgs.fzf];
|
||||
text = builtins.readFile ./tmux-sessionizer.sh;
|
||||
in
|
||||
pkgs.writeShellApplication {
|
||||
inherit name runtimeInputs text;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue