about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-03-04 13:49:09 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-04 13:49:09 -0800
commitcb60d123ec417712bbe33d1bfd3b49464cbad7ec (patch)
treefeffe728f41b16d3e8851010d9b6eee9a16fd6e8 /nix
parentexpand configuration for vscode (diff)
downloadworld-cb60d123ec417712bbe33d1bfd3b49464cbad7ec.tar.gz
extract shared code for darwin to a new module
Diffstat (limited to '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 e3d1fff..e84a389 100644
--- a/nix/flake/hosts.nix
+++ b/nix/flake/hosts.nix
@@ -8,6 +8,7 @@ let
       inherit system;
       modules = [
         home-manager.darwinModule
+        ../../hosts/common/darwin/homebrew.nix
         path
         {
           nixpkgs.overlays = [