add homebrew to path

This commit is contained in:
Jacob Janzen 2024-10-09 12:00:30 -05:00
parent a03745c476
commit 70af3a8d92
2 changed files with 4 additions and 0 deletions

View file

@ -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;

View file

@ -28,6 +28,7 @@
ispell
marksman
mpv
ninja
openocd
pinentry_mac
python312