mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Migrate homeManagerModules uses to homeModules
This commit is contained in:
parent
da54302b46
commit
33eb6dad80
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
nixvim = import ../wrappers/hm.nix self;
|
||||
default = self.homeModules.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