mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 00:22:39 +02:00
feat: update yazi, add tools for java development
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
# DO NOT install build tools for C/C++ and others, set it per project by devShell instead
|
# DO NOT install build tools for C/C++ and others, set it per project by devShell instead
|
||||||
gnumake # used by this repo, to simplify the deployment
|
gnumake # used by this repo, to simplify the deployment
|
||||||
jdk17 # used to run some java based tools(.jar)
|
jdk17 # used to run some java based tools(.jar)
|
||||||
|
gradle
|
||||||
|
maven
|
||||||
|
spring-boot-cli
|
||||||
|
|
||||||
# scheme related
|
# scheme related
|
||||||
guile
|
guile
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
# misc
|
# misc
|
||||||
flameshot
|
flameshot
|
||||||
mitmproxy # http/https proxy tool
|
mitmproxy # http/https proxy tool
|
||||||
|
ventoy # multi-boot usb creator
|
||||||
];
|
];
|
||||||
|
|
||||||
# GitHub CLI tool
|
# GitHub CLI tool
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
catppuccin-cava,
|
catppuccin-cava,
|
||||||
nur-ryan4yin,
|
pkgs-unstable,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
# media - control and enjoy audio/video
|
# media - control and enjoy audio/video
|
||||||
@@ -21,8 +21,6 @@
|
|||||||
vdpauinfo
|
vdpauinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
glxinfo
|
glxinfo
|
||||||
|
|
||||||
nur-ryan4yin.packages.${pkgs.system}.yazi # terminal file manager
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://github.com/catppuccin/cava
|
# https://github.com/catppuccin/cava
|
||||||
@@ -36,6 +34,14 @@
|
|||||||
defaultProfiles = ["gpu-hq"];
|
defaultProfiles = ["gpu-hq"];
|
||||||
scripts = [pkgs.mpvScripts.mpris];
|
scripts = [pkgs.mpvScripts.mpris];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# terminal file manager
|
||||||
|
yazi = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs-unstable.yazi;
|
||||||
|
enableNushellIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Reference in New Issue
Block a user