nixvim -> nvf

This commit is contained in:
Don Harper 2025-08-07 22:49:58 -05:00
parent 183418e843
commit bda5f1c550
5 changed files with 186 additions and 97 deletions

View file

@ -15,8 +15,10 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
naviterm.url = "gitlab:detoxify92/naviterm";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixvim.url = "github:nix-community/nixvim";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
nvf.url = "github:notashelf/nvf";
nvf.inputs.nixpkgs.follows = "nixpkgs";
# nixvim.url = "github:nix-community/nixvim";
# nixvim.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{ self, nixpkgs, nix, nixpkgs-stable, nixos-hardware