aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/core.nix.org
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-10-09 12:00:30 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-10-09 12:00:30 -0500
commit70af3a8d926a3a0c65ac63f62554213ab1e230be (patch)
tree977a6779e5057510eae0b60898ecfc728821830a /macos.local/.flake/home/core.nix.org
parenta03745c4767c3485d56b0cb227b44734e4ed1eb0 (diff)
add homebrew to path
Diffstat (limited to 'macos.local/.flake/home/core.nix.org')
-rw-r--r--macos.local/.flake/home/core.nix.org3
1 files changed, 3 insertions, 0 deletions
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;