nvim nix changes v2

This commit is contained in:
cnst
2024-06-21 12:31:12 +02:00
parent cbc56765c5
commit 39ca7a5232
2 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
nixpkgs = {
# You can add overlays here
overlays = [
<kickstart-nix-nvim>.overlays.default
# If you want to use overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default
@@ -61,6 +60,8 @@
};
# System packages
environment.systemPackages = [ inputs.nixvim.packages.${pkgs.system}.default ];
environment.systemPackages = with pkgs; [
git
pyright
@@ -74,7 +75,6 @@
curl
ripgrep
nixd
nvim-pkg
];
# Bootloader