Skip to content

Commit

Permalink
Add tools
Browse files Browse the repository at this point in the history
Added the following:
  - openmtp
  - vscode
  - opentimestamps-client
  - p7zip
  • Loading branch information
uarun committed Jan 5, 2025
1 parent 1c99019 commit f380773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
{ name = "microsoft-teams"; greedy = true; }
{ name = "notion"; greedy = true; }
{ name = "obsidian"; greedy = true; }
{ name = "openmtp"; greedy = true; }
{ name = "raycast"; greedy = true; }
{ name = "syncthing"; greedy = true; } # TODO: Look into moving this to homemanager
{ name = "tor-browser"; greedy = true; }
Expand Down
5 changes: 5 additions & 0 deletions modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#... Dev Tools
toxiproxy
jetbrains.idea-community
vscode

##... AI tools
ollama
Expand All @@ -58,6 +59,10 @@
##... Networking
arp-scan
nmap

##... Misc
opentimestamps-client
p7zip
];

home.sessionVariables = {
Expand Down

0 comments on commit f380773

Please sign in to comment.