mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
flake: add nix-darwin module
This commit is contained in:
parent
bfc66df13d
commit
1f34c048b3
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
outputs = { self, nixpkgs }: rec {
|
||||
nixosModules.home-manager = import ./nixos;
|
||||
|
||||
darwinModules.home-manager = import ./nix-darwin;
|
||||
|
||||
lib = {
|
||||
homeManagerConfiguration = { configuration, system, homeDirectory
|
||||
, username
|
||||
|
|
Loading…
Reference in a new issue