mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
flake/wrappers: Make homeModules the canonical name
(cherry picked from commit e4a27ae810
)
This commit is contained in:
parent
8716bc557a
commit
b45e24bf38
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