mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Add default home-manager module
This keeps `homeManagerModules` in parallel with `darwinModules` and `nixosModules`
This commit is contained in:
parent
e653d71e82
commit
cbad8dc5ef
1 changed files with 4 additions and 1 deletions
|
|
@ -66,7 +66,10 @@
|
|||
sops = ./modules/sops;
|
||||
default = self.nixosModules.sops;
|
||||
};
|
||||
homeManagerModules.sops = ./modules/home-manager/sops.nix;
|
||||
homeManagerModules = {
|
||||
sops = ./modules/home-manager/sops.nix;
|
||||
default = self.homeManagerModules.sops;
|
||||
};
|
||||
homeManagerModule = self.homeManagerModules.sops;
|
||||
darwinModules = {
|
||||
sops = ./modules/nix-darwin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue