mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Migrate homeManagerModules uses to homeModules
This commit is contained in:
parent
c1a14f8f5c
commit
c10f60d007
7 changed files with 10 additions and 10 deletions
|
@ -24,7 +24,7 @@
|
|||
nixvim = import ../wrappers/hm.nix self;
|
||||
default = self.homeManagerModules.nixvim;
|
||||
};
|
||||
homeModules = self.homeManagerModules;
|
||||
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