fix references

This commit is contained in:
Noah Masur
2025-02-25 10:49:57 -05:00
parent 50863e7232
commit eed097f270
8 changed files with 28 additions and 25 deletions

View File

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