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 = "/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/"; }

View File

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