Moving zotero from brew to packages.
This commit is contained in:
@@ -46,7 +46,7 @@ _:
|
||||
|
||||
# Productivity Tools
|
||||
"1Password"
|
||||
"zotero"
|
||||
#"zotero"
|
||||
"gpg-suite"
|
||||
#"home-assistant"
|
||||
#"Fantastical"
|
||||
@@ -68,4 +68,6 @@ _:
|
||||
# Browsers
|
||||
"google-chrome"
|
||||
"firefox"
|
||||
|
||||
|
||||
]
|
||||
|
@@ -136,6 +136,7 @@ in
|
||||
{ path = "/Applications/Microsoft Teams.app/"; }
|
||||
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
|
||||
{ path = "/run/current-system/Applications/Emacs.app/"; }
|
||||
{ path = "/run/current-system/Applications/Zotero.app/"; }
|
||||
{
|
||||
path = "/Applications/";
|
||||
section = "others";
|
||||
|
@@ -5,6 +5,8 @@ with pkgs;
|
||||
# Nix
|
||||
nixd
|
||||
mas
|
||||
|
||||
|
||||
# General packages for development and system management
|
||||
#alacritty
|
||||
aspell
|
||||
@@ -36,6 +38,7 @@ with pkgs;
|
||||
llvm
|
||||
clang-tools
|
||||
dfu-util
|
||||
go
|
||||
# Encryption and security tools
|
||||
age
|
||||
sops
|
||||
@@ -73,7 +76,7 @@ with pkgs;
|
||||
tmux
|
||||
unrar
|
||||
unzip
|
||||
rmapi
|
||||
|
||||
# zsh-powerlevel10k
|
||||
|
||||
# Python packages
|
||||
@@ -130,10 +133,13 @@ with pkgs;
|
||||
mdbook
|
||||
xml2rfc
|
||||
rubyPackages_3_4.kramdown-rfc2629
|
||||
|
||||
zotero
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
apa6
|
||||
biber
|
||||
biblatex-apa6
|
||||
biblatex
|
||||
bibunits
|
||||
draftwatermark
|
||||
enumitem
|
||||
@@ -148,6 +154,7 @@ with pkgs;
|
||||
selnolig
|
||||
sourcesanspro
|
||||
tcolorbox
|
||||
texcount
|
||||
threeparttable
|
||||
tikzfill
|
||||
titling
|
||||
|
Reference in New Issue
Block a user