aboutsummaryrefslogtreecommitdiff
path: root/nix/flake/hosts.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-03-04 14:48:16 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-04 14:48:16 -0800
commitd540cff07a74120be04db1a57a3016f3b7970031 (patch)
treec517b6b8cde9a76e94cfb2a6c7bb1e4eeeb1da6d /nix/flake/hosts.nix
parentextract shared code for darwin to a new module (diff)
downloadinfra-d540cff07a74120be04db1a57a3016f3b7970031.tar.gz
common macos preferences are moved to a module
Diffstat (limited to 'nix/flake/hosts.nix')
-rw-r--r--nix/flake/hosts.nix1
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 = [