adding specific dev language tooling shell config
This commit is contained in:
parent
ac8cedebe4
commit
797c5769b2
5 changed files with 320 additions and 33 deletions
|
|
@ -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.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue