Switched just to utils

This commit is contained in:
2025-10-02 15:58:41 +03:00
parent 8d84c7a620
commit 43d95fd885
3 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ A better version of the [initial config](http://192.168.0.131:3000/kenny/nixos-c
- [X] Automated puter workflow with justfile - [X] Automated puter workflow with justfile
- [X] Modulable set-up with apps and services - [X] Modulable set-up with apps and services
- [ ] Box config - [X] Box config
- [ ] Adapt justfile for different machines - [ ] Adapt justfile for different machines
- [ ] BigBox config - [ ] BigBox config

View File

@@ -17,7 +17,6 @@
mermaid-cli mermaid-cli
rustup rustup
delta delta
just
kondo kondo
ciscoPacketTracer8 ciscoPacketTracer8
# stuff needed by neovim # stuff needed by neovim

View File

@@ -24,5 +24,6 @@
proxychains-ng proxychains-ng
unzip unzip
wget wget
just
]; ];
} }