parent
3f81a20e87
commit
77164adab6
12 changed files with 412 additions and 485 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
#sys
|
||||
p7zip
|
||||
|
|
@ -6,12 +7,12 @@
|
|||
jq
|
||||
tree
|
||||
jjui
|
||||
emacs-nox
|
||||
|
||||
#devops
|
||||
k9s
|
||||
kubectl
|
||||
nerdctl
|
||||
gh
|
||||
|
||||
#golang
|
||||
go
|
||||
|
|
@ -22,7 +23,18 @@
|
|||
#c
|
||||
gcc
|
||||
|
||||
#llm
|
||||
aider-chat
|
||||
# linters
|
||||
yamllint
|
||||
jq
|
||||
hadolint
|
||||
nixfmt
|
||||
shellcheck
|
||||
golangci-lint
|
||||
|
||||
# LSPs
|
||||
gopls
|
||||
lua-language-server
|
||||
nixd
|
||||
basedpyright
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue