summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-11-07 17:37:37 +0100
committerLinnnus <[email protected]>2023-11-07 17:37:37 +0100
commit3824d4d797d39bd6f2dee3655027a79713ef400c (patch)
tree617a3e9294573604aaedc04c72973639cc919954 /pkgs/default.nix
parentf538d7e75a4caba9d4bff0a3273c8cd5efa616ff (diff)
home/zsh+pkgs: Add watch-while for long commands lol
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 2953063..5ab245a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -9,6 +9,8 @@ pkgs: {
mcping = pkgs.callPackage ./mcping {};
+ watch-while = pkgs.callPackage ./watch-while {};
+
# TODO: These should be contained in the 'vimPlugins' attrset. This turns out
# to be non-trivial because this module is both consumed in a flake output
# context and an overlay context.