Ollama and Bitwarden

This commit is contained in:
Olaf Kolkman
2026-02-07 07:39:27 +01:00
parent 353e1373b8
commit 2e0bc0bae2
2 changed files with 15 additions and 2 deletions

View File

@@ -105,7 +105,9 @@ in
{ path = "/System/Applications/Mail.app/"; } { path = "/System/Applications/Mail.app/"; }
{ path = "/Applications/MailMate.app/"; } { path = "/Applications/MailMate.app/"; }
{ path = "/Applications/1Password.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 = "/run/current-system/Applications/Firefox.app/"; }
{ path = "/Applications/Slack.app/"; } { path = "/Applications/Slack.app/"; }

View File

@@ -9,7 +9,11 @@ with pkgs;
# The Web Browsers # The Web Browsers
brave brave
firefox firefox
google-chrome # google-chrome. #stopped working
bitwarden-desktop
bitwarden-cli
# General packages for development and system management # General packages for development and system management
#alacritty #alacritty
@@ -100,6 +104,9 @@ with pkgs;
# Python packages # Python packages
# python3 # python3
virtualenv virtualenv
(python3.withPackages (python-pkgs: with python-pkgs; [ (python3.withPackages (python-pkgs: with python-pkgs; [
pandas pandas
requests requests
@@ -107,6 +114,10 @@ with pkgs;
])) ]))
# LLM
ollama
# Social # Social
pidgin pidgin