Changed nvim config

This commit is contained in:
KoenDR06 2024-09-09 12:31:13 +02:00
parent 71c2381c08
commit cb28a1d6dd
12 changed files with 453 additions and 162 deletions

View file

@ -17,6 +17,11 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim/nixos-24.05";
inputs.nixpkgs.follows = "nixos";
};
};
outputs = {