Switch to using nixvim and setup full config

This commit is contained in:
2024-10-26 13:44:29 +02:00
parent 63a548d6b9
commit 7718fb4118
3 changed files with 358 additions and 52 deletions

View File

@ -27,6 +27,12 @@
flake = false;
};
nixvim = {
url = "github:nix-community/nixvim/nixos-24.05";
# If using a stable channel you can use `url = "github:nix-community/nixvim/nixos-<version>"`
inputs.nixpkgs.follows = "nixpkgs";
};
nix-matlab.url = "gitlab:doronbehar/nix-matlab";
nix-matlab.inputs.nixpkgs.follows = "nixpkgs";