nvim nix changes v2
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
# Nixpkgs
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
|
||||
# Nixvim
|
||||
inputs.nixvim = {
|
||||
url = "github:cnsta/cnixvim";
|
||||
};
|
||||
# Home manager
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user