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