diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-04 21:48:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-04 22:25:18 -0600 |
| commit | c2592d1fcd265432322b587dce0528a16e485123 (patch) | |
| tree | fe50d46c2fbba78adce0926c14b189c30a0b6c26 /pkgs.nix | |
Initial commit
Diffstat (limited to 'pkgs.nix')
| -rw-r--r-- | pkgs.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs.nix b/pkgs.nix new file mode 100644 index 0000000..519bd20 --- /dev/null +++ b/pkgs.nix @@ -0,0 +1,3 @@ +pkgs: { + tmux-lift = pkgs.callPackage ./tmux-lift {}; +} |
