Ollama and Bitwarden
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user