mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: install & remove some apps
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
zstd
|
||||
caddy
|
||||
gnupg
|
||||
duperemove # find duplicate extents in files and remove them with punch_hole(btrfs)
|
||||
|
||||
# productivity
|
||||
hugo
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
# cloud native
|
||||
skopeo
|
||||
docker-compose
|
||||
dive # explore docker layers
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
terraform
|
||||
@@ -61,15 +62,12 @@
|
||||
rustup
|
||||
|
||||
# python
|
||||
(python3.withPackages(ps: with ps; [
|
||||
(python310.withPackages(ps: with ps; [
|
||||
ipython
|
||||
pandas
|
||||
requests
|
||||
pyquery
|
||||
]))
|
||||
# need to run `conda-install` before using it
|
||||
# need to run `conda-shell` before using command `conda`
|
||||
# conda
|
||||
|
||||
# db related
|
||||
dbeaver
|
||||
|
||||
@@ -10,9 +10,11 @@
|
||||
# gimp # image editing, I prefer using figma in browser instead of this one
|
||||
inkscape # vector graphics
|
||||
krita # digital painting
|
||||
kicad # 3d printing, eletrical engineering
|
||||
musescore # music notation
|
||||
reaper # audio production
|
||||
|
||||
# this app consumes a lot of storage, so do not install it currently
|
||||
# kicad # 3d printing, eletrical engineering
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user