llm
This commit is contained in:
parent
21e01f75dc
commit
625fbde680
4 changed files with 6 additions and 16 deletions
27
home-manager/shared/programs/dev.nix
Normal file
27
home-manager/shared/programs/dev.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue