From c2b0997e56ef5ba6d7e8cd98baa989f614e5f204 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sat, 13 Apr 2024 03:25:27 +0300 Subject: add nvim to bootstrap shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9525915..1288d38 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,6 @@ default = pkgs.mkShell { # Enable experimental features without having to specify the argument NIX_CONFIG = "experimental-features = nix-command flakes"; - nativeBuildInputs = with pkgs; [ nix home-manager git ]; + nativeBuildInputs = with pkgs; [ nix home-manager git nvim ]; }; } -- cgit v1.2.3