adding specific dev language tooling shell config

This commit is contained in:
Rasyidan Akbar F. 2025-09-30 16:36:28 +07:00
commit 797c5769b2
5 changed files with 320 additions and 33 deletions

View file

@ -12,28 +12,9 @@ in {
packages = mkOption {
type = types.listOf types.package;
default = with pkgs; [
ast-grep
duckdb
ffmpeg
fzf
htop
jetbrains-mono
jq
lazydocker
lazygit
lorri
neovim
pandoc
ripgrep
tree
vim
yq
tmux
tailscale
wget
];
description = "System packages to install for development tooling.";
default = with pkgs; [ tailscale ];
description =
"System packages that must be available globally across macOS.";
};
};