-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.nix
164 lines (144 loc) · 2.09 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{ pkgs, lib, ... }:
{
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"1password"
"1password-cli"
"ngrok"
"postman"
"vscode"
"code"
"vivaldi"
"google-chrome"
"slack"
"spotify"
"spotify-unwrapped"
"zoom"
"ticktick"
];
home.packages = with pkgs; [
wget
curl
httpie
hurl
bind
gcc
openssl.dev
patchelf
postman
k6
hey
ngrok
openssl
pulseaudioFull
pavucontrol
bluez # was bluezFull before 27th september 2022
solaar # bluetooth unifying devices and receiver
sakura
fasd
ripgrep
tree
ncdu
pv
jq
yq
fx
whois
gnumake
file
bc
ts
tz
mcfly
fzf
bat
bat-extras.prettybat
xsel
trippy
monolith # save a web page as a single file
atool
unzip
zip
pass
lastpass-cli
bitwarden-cli
_1password
_1password-gui
yubico-pam
yubikey-manager
pam_u2f
polkit_gnome # fun fact: https://gitlab.gnome.org/GNOME/gdm/-/issues/613
arandr
feh
pcmanfm
udiskie
tldr
git-filter-repo
gh
meld
difftastic
firefox
vivaldi
google-chrome
epiphany
offpunk
lagrange
thunderbird
slack
signal-desktop
tdesktop
zoom-us
libreoffice
freemind
filezilla
vokoscreen-ng
ffmpeg
flameshot
gimp
copyq
wireshark
gcalcli
spotify
spotdl
vlc
audacity
obs-studio
shotcut
jetbrains-mono
vscode.fhs
unclutter-xfixes
playerctl
numlockx
nixpkgs-fmt
nodejs_20
bun
cypress
docker
docker-compose
kube3d
kubectl
kubernetes-helm
stern
k9s
krew
php
php83Packages.composer
python3
pipx # for global python packages (aider-chat, fabric, etc.)
conda
mkcert
goaccess
grafana-loki # logcli
checkbashisms
shellcheck
toilet
# AI
ollama
# Perso
nextcloud-client
rclone
ventoy-full
# calibre
gparted
ticktick
];
}