From 70af3a8d926a3a0c65ac63f62554213ab1e230be Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 9 Oct 2024 12:00:30 -0500 Subject: add homebrew to path --- macos.local/.flake/home/core.nix.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macos.local/.flake/home/core.nix.org') diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org index bb84514..3a84ddb 100644 --- a/macos.local/.flake/home/core.nix.org +++ b/macos.local/.flake/home/core.nix.org @@ -14,6 +14,9 @@ Set up home manager for my user account and import submodules. home.username = "jjanzen"; home.homeDirectory = "/Users/jjanzen"; home.file.".wallpaper".source = ./.wallpaper; + home.sessionPath = [ + "/opt/homebrew/bin" + ]; home.stateVersion = "24.05"; programs.home-manager.enable = true; -- cgit v1.2.3