This commit is contained in:
iofq 2025-04-20 21:02:58 -05:00
parent 21e01f75dc
commit 625fbde680
4 changed files with 6 additions and 16 deletions

View file

@ -0,0 +1,27 @@
{pkgs, ...}: {
home.packages = with pkgs; [
#sys
p7zip
gnumake
jq
tree
jujutsu
#devops
k9s
kubectl
nerdctl
#golang
go
#python
python3
#c
gcc
];
services.ollama = {
enable = true;
};
}