started neovim config

This commit is contained in:
John Lancaster
2026-03-29 23:05:45 -05:00
parent bc3d7e9b6f
commit d42de74755
4 changed files with 153 additions and 2 deletions
+4
View File
@@ -21,6 +21,10 @@
};
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
nixpkgs-lib.follows = "nixpkgs";
nvf = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";