fix: remove nixvim hardcoded system

This commit is contained in:
♥ Minnie ♥ 2024-08-08 08:44:10 +08:00
parent be1df0d826
commit 53378cdfc9
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 34 additions and 34 deletions

View file

@ -28,7 +28,7 @@
# Add any other flake you might need.
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nixvim-config.url = "git+https://git.sajenim.dev/jasmine/nvim.nix.git";
nixvim.url = "git+https://git.sajenim.dev/jasmine/nvim.nix.git";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: