chore: update name of nixvim flake to be more consistent
This commit is contained in:
parent
f81036e0c6
commit
f8931dc714
2 changed files with 33 additions and 46 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue