From 034ef10c09f5f6226fa81f14efb14397bf071731 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 11 May 2022 23:29:02 -0700 Subject: [PATCH] Add pyright to home.nix --- nix/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home.nix b/nix/home.nix index 3b74e35..36ee8ce 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -47,6 +47,7 @@ in git tmux kitty + nodePackages.pyright ]; programs.direnv.enable = true;