diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-04-13 03:25:27 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | c2b0997e56ef5ba6d7e8cd98baa989f614e5f204 (patch) | |
| tree | 18bb038e604037ebf6e5cb69b607a2359b927560 /shell.nix | |
| parent | d0a63d89d25413ab93050f91e7cede1aef0b9a23 (diff) | |
add nvim to bootstrap shell
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; }; } |
