mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 15:30:14 +00:00
fix references
This commit is contained in:
@ -22,6 +22,12 @@ in
|
||||
# Used for aerc
|
||||
xdg.enable = lib.mkDefault pkgs.stdenv.isDarwin;
|
||||
|
||||
# Add homebrew paths to CLI path
|
||||
home.sessionPath = [
|
||||
"/opt/homebrew/bin/"
|
||||
"/opt/homebrew/opt/trash/bin"
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.noti # Create notifications programmatically
|
||||
];
|
||||
|
Reference in New Issue
Block a user