Nixify my Neovim

This commit is contained in:
Gene Liverman 2024-06-07 22:59:21 -04:00
parent abdb9190da
commit c484f7b57a
3 changed files with 61 additions and 0 deletions

View file

@ -43,6 +43,11 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixvim = {
url = "github:nix-community/nixvim/nixos-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-terraform = {
url = "github:stackbuilders/nixpkgs-terraform";
inputs.nixpkgs.follows = "nixpkgs";