mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
flake/wrappers: Make homeModules the canonical name
This commit is contained in:
parent
c10f60d007
commit
e4a27ae810
1 changed files with 4 additions and 3 deletions
|
@ -20,11 +20,12 @@
|
|||
nixvim = import ../wrappers/nixos.nix self;
|
||||
default = self.nixosModules.nixvim;
|
||||
};
|
||||
homeManagerModules = {
|
||||
# For backward compatibility
|
||||
homeManagerModules = self.homeModules;
|
||||
homeModules = {
|
||||
nixvim = import ../wrappers/hm.nix self;
|
||||
default = self.homeManagerModules.nixvim;
|
||||
default = self.homeModules.nixvim;
|
||||
};
|
||||
homeModules = self.homeModules;
|
||||
nixDarwinModules = {
|
||||
nixvim = import ../wrappers/darwin.nix self;
|
||||
default = self.nixDarwinModules.nixvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue