feat(home-manager): add packages
This commit is contained in:
parent
46183f48b5
commit
6050660c4e
|
@ -5,8 +5,10 @@ with pkgs; [
|
||||||
bottom
|
bottom
|
||||||
ctop
|
ctop
|
||||||
delta
|
delta
|
||||||
|
dog
|
||||||
doppler
|
doppler
|
||||||
exa
|
exa
|
||||||
|
fd
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
gcc
|
gcc
|
||||||
|
@ -14,12 +16,10 @@ with pkgs; [
|
||||||
git
|
git
|
||||||
git-crypt
|
git-crypt
|
||||||
gnupg
|
gnupg
|
||||||
pinentry
|
|
||||||
inotify-tools
|
|
||||||
just
|
|
||||||
tree-sitter
|
|
||||||
htop
|
htop
|
||||||
|
inotify-tools
|
||||||
jq
|
jq
|
||||||
|
just
|
||||||
lua
|
lua
|
||||||
mysql
|
mysql
|
||||||
neofetch
|
neofetch
|
||||||
|
@ -34,6 +34,7 @@ with pkgs; [
|
||||||
php81Packages.phpcbf
|
php81Packages.phpcbf
|
||||||
php81Packages.phpcs
|
php81Packages.phpcs
|
||||||
php81Packages.phpstan
|
php81Packages.phpstan
|
||||||
|
pinentry
|
||||||
platformsh
|
platformsh
|
||||||
postman
|
postman
|
||||||
pulumi-bin
|
pulumi-bin
|
||||||
|
@ -45,9 +46,11 @@ with pkgs; [
|
||||||
tldr
|
tldr
|
||||||
tmuxinator
|
tmuxinator
|
||||||
tree
|
tree
|
||||||
|
tree-sitter
|
||||||
unzip
|
unzip
|
||||||
virtualenv
|
virtualenv
|
||||||
wget
|
wget
|
||||||
xcp
|
xcp
|
||||||
|
xh
|
||||||
yarn
|
yarn
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue