aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system/core.nix.org
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-15 21:41:05 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-15 21:41:05 -0600
commit9cd1661a14b232b5cc0e7ed1d1556a2f2203506e (patch)
treea28490c886af60b25c487bae45e71f74a2305eff /macos.local/.flake/system/core.nix.org
parentf11895461530891c552b2246d3b79f8691d2b716 (diff)
migrate brew to nix
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r--macos.local/.flake/system/core.nix.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org
index 3f942a3..355a7e2 100644
--- a/macos.local/.flake/system/core.nix.org
+++ b/macos.local/.flake/system/core.nix.org
@@ -13,6 +13,7 @@ This file imports various system configuration components in addition to enablin
nixpkgs.config.allowUnfree = true;
imports = [
+ ./homebrew.nix
./skhd.nix
./yabai.nix
];