From 2e0bc0bae24e4f47d501e745e96f54a354ad346b Mon Sep 17 00:00:00 2001 From: Olaf Kolkman Date: Sat, 7 Feb 2026 07:39:27 +0100 Subject: [PATCH] Ollama and Bitwarden --- modules/darwin/home-manager.nix | 4 +++- modules/shared/packages.nix | 13 ++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/modules/darwin/home-manager.nix b/modules/darwin/home-manager.nix index 6300a48..1b01d3f 100644 --- a/modules/darwin/home-manager.nix +++ b/modules/darwin/home-manager.nix @@ -105,7 +105,9 @@ in { path = "/System/Applications/Mail.app/"; } { path = "/Applications/MailMate.app/"; } { path = "/Applications/1Password.app/"; } - + { path = "/run/current-system/Applications/Bitwarden.app/"; } + { path = "/Applications/Calendar.app/"; } + { path = "/Applications/Notes.app/"; } { path = "/run/current-system/Applications/Firefox.app/"; } { path = "/Applications/Slack.app/"; } diff --git a/modules/shared/packages.nix b/modules/shared/packages.nix index 4ef3149..0659f9c 100644 --- a/modules/shared/packages.nix +++ b/modules/shared/packages.nix @@ -9,7 +9,11 @@ with pkgs; # The Web Browsers brave firefox - google-chrome +# google-chrome. #stopped working + + + bitwarden-desktop + bitwarden-cli # General packages for development and system management #alacritty @@ -100,6 +104,9 @@ with pkgs; # Python packages # python3 virtualenv + + + (python3.withPackages (python-pkgs: with python-pkgs; [ pandas requests @@ -107,6 +114,10 @@ with pkgs; ])) + +# LLM +ollama + # Social pidgin