From f380773223483b9e70ee999a5e68e1ed61ded012 Mon Sep 17 00:00:00 2001 From: Arun Udayashankar Date: Sat, 4 Jan 2025 22:26:24 -0500 Subject: [PATCH] Add tools Added the following: - openmtp - vscode - opentimestamps-client - p7zip --- modules/darwin/homebrew.nix | 1 + modules/home-manager/default.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 3a1df2f..c79ca15 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -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; } diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index a9258ef..0ab7a2d 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -46,6 +46,7 @@ #... Dev Tools toxiproxy jetbrains.idea-community + vscode ##... AI tools ollama @@ -58,6 +59,10 @@ ##... Networking arp-scan nmap + + ##... Misc + opentimestamps-client + p7zip ]; home.sessionVariables = {