dec
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
iofq 2025-09-28 14:49:19 -05:00
parent 3f81a20e87
commit 77164adab6
12 changed files with 412 additions and 485 deletions

View file

@ -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
];
}