small cleanup and version bump
This commit is contained in:
parent
d585a60e1d
commit
21e01f75dc
14 changed files with 115 additions and 380 deletions
|
|
@ -1,14 +1,24 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
k9s
|
||||
kubectl
|
||||
nerdctl
|
||||
python3
|
||||
#sys
|
||||
p7zip
|
||||
gnumake
|
||||
go
|
||||
jq
|
||||
tree
|
||||
jujutsu
|
||||
|
||||
#devops
|
||||
k9s
|
||||
kubectl
|
||||
nerdctl
|
||||
|
||||
#golang
|
||||
go
|
||||
|
||||
#python
|
||||
python3
|
||||
|
||||
#c
|
||||
gcc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue