marvin: add picocom for connecting to NanoPi R6C
Alan Pearce alan@alanpearce.eu
Thu, 19 Dec 2024 16:00:58 +0100
1 files 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;