chore: update name of nixvim flake to be more consistent

This commit is contained in:
Khaïs COLIN 2024-08-13 13:36:11 +02:00
parent f81036e0c6
commit f8931dc714
2 changed files with 33 additions and 46 deletions

View file

@ -8,7 +8,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim-flake = {
nixvim = {
url = "path:./nixvim";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
@ -22,7 +22,7 @@
nixpkgs,
home-manager,
nixvim-flake,
nixvim,
nixos-06cb-009a-fingerprint-sensor,
... }:
@ -40,7 +40,7 @@
useUserPackages = true;
users.khais = ./home.nix;
extraSpecialArgs = {
nixvim = nixvim-flake.packages.${system}.default;
nixvim = nixvim.packages.${system}.default;
};
};
}