-
Notifications
You must be signed in to change notification settings - Fork 118
/
packages.nix
99 lines (90 loc) · 1.31 KB
/
packages.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{ pkgs, ... }:
with pkgs; [
# General packages for development and system management
act
alacritty
aspell
aspellDicts.en
bash-completion
bat
btop
coreutils
difftastic
du-dust
gcc
git-filter-repo
killall
neofetch
openssh
pandoc
sqlite
wget
zip
# Encryption and security tools
_1password
age
age-plugin-yubikey
gnupg
libfido2
# Cloud-related tools and SDKs
# docker
# docker-compose
# awscli2 - marked broken Mar 22
flyctl
google-cloud-sdk
go
gopls
ngrok
ssm-session-manager-plugin
terraform
terraform-ls
tflint
# Media-related packages
emacs-all-the-icons-fonts
imagemagick
dejavu_fonts
ffmpeg
fd
font-awesome
glow
hack-font
jpegoptim
meslo-lgs-nf
noto-fonts
noto-fonts-emoji
pngquant
# PHP
php82
php82Packages.composer
php82Packages.php-cs-fixer
php82Extensions.xdebug
php82Packages.deployer
phpunit
# Node.js development tools
fzf
nodePackages.live-server
nodePackages.nodemon
nodePackages.prettier
nodePackages.npm
nodejs
# Source code management, Git, GitHub tools
gh
# Text and terminal utilities
htop
hunspell
iftop
jetbrains-mono
jetbrains.phpstorm
jq
ripgrep
slack
tree
tmux
unrar
unzip
zsh-powerlevel10k
# Python packages
black
python3
virtualenv
]