it was weird having the repo called nvix and the input called nixvim

This commit is contained in:
TheWanderingCrow 2025-01-31 09:54:38 -05:00
parent 083c975462
commit 966d83d125
3 changed files with 25 additions and 25 deletions

View file

@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixvim.url = "github:TheWanderingCrow/nvix";
nvix.url = "github:TheWanderingCrow/nvix";
sops-nix.url = "github:Mic92/sops-nix";
nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets";
};