sorting and minicom
This commit is contained in:
@@ -2,10 +2,10 @@ _:
|
|||||||
|
|
||||||
[
|
[
|
||||||
# Development Tools
|
# Development Tools
|
||||||
|
"arduino-ide"
|
||||||
"homebrew/cask/docker-desktop"
|
"homebrew/cask/docker-desktop"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
"oracle-jdk"
|
"oracle-jdk"
|
||||||
"arduino-ide"
|
|
||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
|
|
||||||
# Creatative tools
|
# Creatative tools
|
||||||
@@ -20,51 +20,48 @@ _:
|
|||||||
# Communication Tools
|
# Communication Tools
|
||||||
"adium"
|
"adium"
|
||||||
"discord"
|
"discord"
|
||||||
# "slack"
|
|
||||||
"signal"
|
"signal"
|
||||||
|
"webex"
|
||||||
"whatsapp"
|
"whatsapp"
|
||||||
"zoom"
|
"zoom"
|
||||||
"webex"
|
|
||||||
|
|
||||||
# Utility Tools
|
# Utility Tools
|
||||||
"syncthing-app"
|
|
||||||
"blackhole-16ch"
|
"blackhole-16ch"
|
||||||
"blackhole-2ch"
|
"blackhole-2ch"
|
||||||
"box-drive"
|
"box-drive"
|
||||||
"box-tools"
|
"box-tools"
|
||||||
"synology-drive"
|
|
||||||
"spamsieve"
|
|
||||||
"keybase"
|
|
||||||
"karabiner-elements"
|
"karabiner-elements"
|
||||||
|
"keybase"
|
||||||
|
"spamsieve"
|
||||||
|
"syncthing-app"
|
||||||
|
"synology-drive"
|
||||||
|
|
||||||
# Entertainment Tools
|
# Entertainment Tools
|
||||||
"vlc"
|
|
||||||
"jellyfin-media-player"
|
|
||||||
"vimediamanager"
|
|
||||||
"mediaelch"
|
|
||||||
"handbrake-app"
|
|
||||||
"obs"
|
|
||||||
"qobuz"
|
"qobuz"
|
||||||
"steam"
|
"steam"
|
||||||
|
"handbrake-app"
|
||||||
|
"jellyfin-media-player"
|
||||||
|
"mediaelch"
|
||||||
|
"obs"
|
||||||
|
"vimediamanager"
|
||||||
|
"vlc"
|
||||||
|
|
||||||
# Productivity Tools
|
# Productivity Tools
|
||||||
"1Password"
|
"1Password"
|
||||||
"gpg-suite"
|
|
||||||
"mailmate"
|
|
||||||
"spamsieve"
|
|
||||||
"macdown"
|
|
||||||
"calibre"
|
"calibre"
|
||||||
"orcaslicer"
|
|
||||||
"element"
|
|
||||||
"virtualbox"
|
|
||||||
"qmk-toolbox"
|
|
||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
|
"element"
|
||||||
|
"gpg-suite"
|
||||||
|
"macdown"
|
||||||
|
"mailmate"
|
||||||
|
"orcaslicer"
|
||||||
|
"qmk-toolbox"
|
||||||
|
"spamsieve"
|
||||||
"sqlitestudio"
|
"sqlitestudio"
|
||||||
|
"virtualbox"
|
||||||
|
|
||||||
# Browsers
|
# Browsers
|
||||||
"google-chrome"
|
|
||||||
"firefox"
|
|
||||||
"tor-browser"
|
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -105,7 +105,10 @@ 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 = "/Applications/Firefox.app/"; }
|
|
||||||
|
{ path = "/run/current-system/Applications/Firefox.app/"; }
|
||||||
|
{ path = "/run/current-system/Applications/Brave Browser.app/";
|
||||||
|
options = "-l Brave"; }
|
||||||
{ path = "/Applications/Slack.app/"; }
|
{ path = "/Applications/Slack.app/"; }
|
||||||
{
|
{
|
||||||
path = "/Applications/zoom.us.app/";
|
path = "/Applications/zoom.us.app/";
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ with pkgs;
|
|||||||
nixd
|
nixd
|
||||||
mas
|
mas
|
||||||
|
|
||||||
|
# The Web Browsers
|
||||||
|
brave
|
||||||
|
firefox
|
||||||
|
google-chrome
|
||||||
|
|
||||||
# General packages for development and system management
|
# General packages for development and system management
|
||||||
#alacritty
|
#alacritty
|
||||||
@@ -16,55 +20,58 @@ with pkgs;
|
|||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
coreutils
|
coreutils
|
||||||
|
difftastic
|
||||||
|
htop
|
||||||
killall
|
killall
|
||||||
|
minicom
|
||||||
|
mtr
|
||||||
|
ncdu
|
||||||
neofetch
|
neofetch
|
||||||
|
nixfmt-rfc-style
|
||||||
openssh
|
openssh
|
||||||
sqlite
|
sqlite
|
||||||
wget
|
wget
|
||||||
zip
|
zip
|
||||||
htop
|
|
||||||
ncdu
|
|
||||||
mtr
|
|
||||||
nixfmt-rfc-style
|
|
||||||
difftastic
|
|
||||||
# Development
|
|
||||||
|
|
||||||
|
# Development
|
||||||
act
|
act
|
||||||
autoconf
|
autoconf
|
||||||
autoconf-archive
|
autoconf-archive
|
||||||
automake
|
automake
|
||||||
ccache
|
ccache
|
||||||
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
|
dfu-util
|
||||||
|
go
|
||||||
|
jd-diff-patch #json diff patch
|
||||||
|
jq # json tool
|
||||||
|
llvm
|
||||||
nasm
|
nasm
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
llvm
|
|
||||||
clang-tools
|
|
||||||
dfu-util
|
|
||||||
go
|
|
||||||
jq # json tool
|
|
||||||
jd-diff-patch #json diff patch
|
|
||||||
# Encryption and security tools
|
# Encryption and security tools
|
||||||
age
|
age
|
||||||
sops
|
|
||||||
gnupg
|
gnupg
|
||||||
libfido2
|
|
||||||
just
|
just
|
||||||
|
libfido2
|
||||||
|
sops
|
||||||
|
|
||||||
# Cloud-related tools and SDKs
|
# Cloud-related tools and SDKs
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
|
|
||||||
# Media-related packages
|
# Media-related packages
|
||||||
emacs-all-the-icons-fonts
|
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
ffmpeg
|
emacs-all-the-icons-fonts
|
||||||
fd
|
fd
|
||||||
|
ffmpeg
|
||||||
font-awesome
|
font-awesome
|
||||||
hack-font
|
hack-font
|
||||||
|
meslo-lgs-nf
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-color-emoji
|
noto-fonts-color-emoji
|
||||||
meslo-lgs-nf
|
|
||||||
|
|
||||||
# Node.js development tools
|
# Node.js development tools
|
||||||
nodePackages.npm # globally install npm
|
nodePackages.npm # globally install npm
|
||||||
@@ -77,14 +84,14 @@ with pkgs;
|
|||||||
htop
|
htop
|
||||||
hunspell
|
hunspell
|
||||||
iftop
|
iftop
|
||||||
|
inetutils # includes Telnet
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
jq
|
jq
|
||||||
ripgrep
|
ripgrep
|
||||||
tree
|
|
||||||
tmux
|
tmux
|
||||||
|
tree
|
||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
inetutils # includes Telnet
|
|
||||||
|
|
||||||
# zsh-powerlevel10k
|
# zsh-powerlevel10k
|
||||||
|
|
||||||
@@ -95,6 +102,7 @@ with pkgs;
|
|||||||
pandas
|
pandas
|
||||||
requests
|
requests
|
||||||
tkinter
|
tkinter
|
||||||
|
|
||||||
]))
|
]))
|
||||||
|
|
||||||
# Social
|
# Social
|
||||||
@@ -146,13 +154,13 @@ pidgin
|
|||||||
# })
|
# })
|
||||||
|
|
||||||
# XML, Tex and LaTex
|
# XML, Tex and LaTex
|
||||||
pandoc
|
|
||||||
mdbook
|
|
||||||
xml2rfc
|
|
||||||
rubyPackages_3_4.kramdown-rfc2629
|
|
||||||
zotero
|
|
||||||
|
|
||||||
|
mdbook
|
||||||
|
pandoc
|
||||||
|
rubyPackages_3_4.kramdown-rfc2629
|
||||||
tex-fmt
|
tex-fmt
|
||||||
|
xml2rfc
|
||||||
|
zotero
|
||||||
|
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
@@ -160,8 +168,8 @@ pidgin
|
|||||||
apa7
|
apa7
|
||||||
apacite
|
apacite
|
||||||
biber
|
biber
|
||||||
biblatex-apa6
|
|
||||||
biblatex
|
biblatex
|
||||||
|
biblatex-apa6
|
||||||
bibunits
|
bibunits
|
||||||
catchfile
|
catchfile
|
||||||
comment
|
comment
|
||||||
@@ -172,8 +180,8 @@ pidgin
|
|||||||
enumitem
|
enumitem
|
||||||
fancyhdr
|
fancyhdr
|
||||||
fontawesome5
|
fontawesome5
|
||||||
footnotehyper
|
|
||||||
footmisc
|
footmisc
|
||||||
|
footnotehyper
|
||||||
geometry
|
geometry
|
||||||
ifmtarg
|
ifmtarg
|
||||||
latexmk
|
latexmk
|
||||||
|
|||||||
Reference in New Issue
Block a user