mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
chore: organize nix packages
This commit is contained in:
parent
a4e3e595be
commit
91751dc5dd
1 changed files with 13 additions and 7 deletions
20
nix/core.nix
20
nix/core.nix
|
@ -13,6 +13,7 @@
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# Git
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
difftastic
|
difftastic
|
||||||
|
@ -33,17 +34,15 @@
|
||||||
devbox
|
devbox
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
direnv
|
direnv
|
||||||
sqlfluff
|
|
||||||
tree
|
tree
|
||||||
redis
|
bottom
|
||||||
|
rename
|
||||||
|
|
||||||
|
# Containers
|
||||||
dive
|
dive
|
||||||
ctop
|
ctop
|
||||||
bottom
|
|
||||||
tailscale
|
|
||||||
rename
|
|
||||||
kubernetes-helm
|
|
||||||
|
|
||||||
# Nodejs
|
# JavaScript
|
||||||
nodejs_20
|
nodejs_20
|
||||||
deno
|
deno
|
||||||
yarn
|
yarn
|
||||||
|
@ -66,13 +65,20 @@
|
||||||
# Lua
|
# Lua
|
||||||
stylua
|
stylua
|
||||||
|
|
||||||
|
# Databases
|
||||||
|
redis
|
||||||
|
mongodb-tools
|
||||||
|
mongosh
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
|
tailscale
|
||||||
terraform
|
terraform
|
||||||
opentofu
|
opentofu
|
||||||
flyctl
|
flyctl
|
||||||
awscli2
|
awscli2
|
||||||
|
|
||||||
# Kubernetes
|
# Kubernetes
|
||||||
|
kubernetes-helm
|
||||||
k9s
|
k9s
|
||||||
kubectl
|
kubectl
|
||||||
kubectx
|
kubectx
|
||||||
|
|
Loading…
Reference in a new issue