flake: add nix-darwin module
This commit is contained in:
parent
bfc66df13d
commit
1f34c048b3
|
@ -4,6 +4,8 @@
|
||||||
outputs = { self, nixpkgs }: rec {
|
outputs = { self, nixpkgs }: rec {
|
||||||
nixosModules.home-manager = import ./nixos;
|
nixosModules.home-manager = import ./nixos;
|
||||||
|
|
||||||
|
darwinModules.home-manager = import ./nix-darwin;
|
||||||
|
|
||||||
lib = {
|
lib = {
|
||||||
homeManagerConfiguration = { configuration, system, homeDirectory
|
homeManagerConfiguration = { configuration, system, homeDirectory
|
||||||
, username
|
, username
|
||||||
|
|
Loading…
Reference in a new issue