aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-04-13 03:25:27 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:56:39 +0300
commitc2b0997e56ef5ba6d7e8cd98baa989f614e5f204 (patch)
tree18bb038e604037ebf6e5cb69b607a2359b927560
parentd0a63d89d25413ab93050f91e7cede1aef0b9a23 (diff)
add nvim to bootstrap shell
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};
}