From 6bb47d195b3f482c15e90fe4ecd711f273d35bbb Mon Sep 17 00:00:00 2001 From: Alexis Bourget Date: Mon, 23 Nov 2020 14:40:29 +0100 Subject: [PATCH] Add skim to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 17aa560..0e4fd29 100644 --- a/shell.nix +++ b/shell.nix @@ -20,6 +20,7 @@ pkgs.mkShell { pkgs.dash pkgs.fish pkgs.fzf + pkgs.skim pkgs.git pkgs.powershell pkgs.shellcheck