diff --git a/README.md b/README.md index 41a917c..91864cd 100644 --- a/README.md +++ b/README.md @@ -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] Modulable set-up with apps and services -- [ ] Box config +- [X] Box config - [ ] Adapt justfile for different machines - [ ] BigBox config diff --git a/modules/userapps/devutils.nix b/modules/userapps/devutils.nix index d6aad89..0256a4a 100644 --- a/modules/userapps/devutils.nix +++ b/modules/userapps/devutils.nix @@ -17,7 +17,6 @@ mermaid-cli rustup delta - just kondo ciscoPacketTracer8 # stuff needed by neovim diff --git a/modules/userapps/utils.nix b/modules/userapps/utils.nix index 756a6f7..8cc2dcf 100644 --- a/modules/userapps/utils.nix +++ b/modules/userapps/utils.nix @@ -24,5 +24,6 @@ proxychains-ng unzip wget + just ]; }