finally nvim config setup begins
This commit is contained in:
parent
f41731ae90
commit
901795c292
4 changed files with 148 additions and 138 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
# The nix way of configuring vim
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
url = "github:nix-community/nixvim?ref=nixos-23.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -63,6 +63,7 @@
|
|||
systems.modules.nixos = with inputs; [
|
||||
home-manager.nixosModules.home-manager
|
||||
nix-ld.nixosModules.nix-ld
|
||||
nixvim.nixosModules.nixvim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue