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