diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-20 22:55:41 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-20 22:55:41 -0600 |
| commit | 4c153ed633acbeaf52bf19b3365fb2d2f312867b (patch) | |
| tree | 039891531851cf1fa29b58f8a55b81b148f0833e /pkgs/default.nix | |
| parent | fa0728ffcd677923a8c8f9e2735d784b7fae84e5 (diff) | |
home/desktop, pkgs: add tmux-pass
Diffstat (limited to '')
| -rw-r--r-- | pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index f220934..9fd6fd9 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -14,6 +14,7 @@ in scripts = callPackage ./scripts { }; simple-scalar = callPackage ./simple-scalar { }; tmux-lift = callPackage ./tmux-lift { }; + tmux-pass = callPackage ./tmux-pass.nix { }; st = prev.st.override { conf = import ./st.nix { }; |
