flake: add nix-darwin module

wip/yesman
Nicolas Berbiche 4 years ago committed by Robert Helgesson
parent bfc66df13d
commit 1f34c048b3
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
  1. 2
      flake.nix

@ -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…
Cancel
Save