marvin: add picocom for connecting to NanoPi R6C
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M user/marvin.nix → user/marvin.nix
@@ -23,6 +23,9 @@ home.stateVersion = "22.11"; home.sessionPath = [ "$HOME/.cache/lm-studio/bin" ]; + home.packages = with pkgs; [ + picocom + ]; launchd.agents.colima = { enable = true;