diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-03-04 14:48:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-04 14:48:16 -0800 |
| commit | d540cff07a74120be04db1a57a3016f3b7970031 (patch) | |
| tree | c517b6b8cde9a76e94cfb2a6c7bb1e4eeeb1da6d /nix/flake | |
| parent | extract shared code for darwin to a new module (diff) | |
| download | infra-d540cff07a74120be04db1a57a3016f3b7970031.tar.gz | |
common macos preferences are moved to a module
Diffstat (limited to 'nix/flake')
| -rw-r--r-- | nix/flake/hosts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake/hosts.nix b/nix/flake/hosts.nix index e84a389..2d655d6 100644 --- a/nix/flake/hosts.nix +++ b/nix/flake/hosts.nix @@ -9,6 +9,7 @@ let modules = [ home-manager.darwinModule ../../hosts/common/darwin/homebrew.nix + ../../hosts/common/darwin/macos.nix path { nixpkgs.overlays = [ |
