From 3824d4d797d39bd6f2dee3655027a79713ef400c Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 7 Nov 2023 17:37:37 +0100 Subject: home/zsh+pkgs: Add watch-while for long commands lol --- pkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/default.nix') 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. -- cgit v1.2.3