mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 22:52:41 +02:00
feat: install & remove some apps
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
zstd
|
zstd
|
||||||
caddy
|
caddy
|
||||||
gnupg
|
gnupg
|
||||||
|
duperemove # find duplicate extents in files and remove them with punch_hole(btrfs)
|
||||||
|
|
||||||
# productivity
|
# productivity
|
||||||
hugo
|
hugo
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
# cloud native
|
# cloud native
|
||||||
skopeo
|
skopeo
|
||||||
docker-compose
|
docker-compose
|
||||||
|
dive # explore docker layers
|
||||||
kubectl
|
kubectl
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
terraform
|
terraform
|
||||||
@@ -61,15 +62,12 @@
|
|||||||
rustup
|
rustup
|
||||||
|
|
||||||
# python
|
# python
|
||||||
(python3.withPackages(ps: with ps; [
|
(python310.withPackages(ps: with ps; [
|
||||||
ipython
|
ipython
|
||||||
pandas
|
pandas
|
||||||
requests
|
requests
|
||||||
pyquery
|
pyquery
|
||||||
]))
|
]))
|
||||||
# need to run `conda-install` before using it
|
|
||||||
# need to run `conda-shell` before using command `conda`
|
|
||||||
# conda
|
|
||||||
|
|
||||||
# db related
|
# db related
|
||||||
dbeaver
|
dbeaver
|
||||||
|
|||||||
@@ -10,9 +10,11 @@
|
|||||||
# gimp # image editing, I prefer using figma in browser instead of this one
|
# gimp # image editing, I prefer using figma in browser instead of this one
|
||||||
inkscape # vector graphics
|
inkscape # vector graphics
|
||||||
krita # digital painting
|
krita # digital painting
|
||||||
kicad # 3d printing, eletrical engineering
|
|
||||||
musescore # music notation
|
musescore # music notation
|
||||||
reaper # audio production
|
reaper # audio production
|
||||||
|
|
||||||
|
# this app consumes a lot of storage, so do not install it currently
|
||||||
|
# kicad # 3d printing, eletrical engineering
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
{
|
{
|
||||||
# this params has problem with home-manager,
|
# this params has problem with home-manager,
|
||||||
# so defined as NixOS Module here.
|
# so defined as NixOS Module here.
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
# nixpkgs.config.permittedInsecurePackages = [
|
||||||
"electron-19.0.7" # required by wechat-uos, and it's already EOL
|
# "electron-19.0.7" # required by wechat-uos, and it's already EOL
|
||||||
"openssl-1.1.1t" # OpenSSL 1.1 is reaching its end of life on 2023/09/11
|
# "openssl-1.1.1u" # OpenSSL 1.1 is reaching its end of life on 2023/09/11
|
||||||
];
|
# ];
|
||||||
|
|
||||||
environment.systemPackages = with config.nur.repos.xddxdd; [
|
environment.systemPackages = [
|
||||||
# packages from nur-xddxdd
|
# packages from nur-xddxdd
|
||||||
wechat-uos
|
# config.nur.repos.xddxdd.wechat-uos
|
||||||
];
|
];
|
||||||
|
|
||||||
# flatpack is recommended to install other apps such as netease-cloud-music/qqmusic/...
|
# flatpack is recommended to install other apps such as netease-cloud-music/qqmusic/...
|
||||||
|
|||||||
Reference in New Issue
Block a user