From 7442056711d6cf440d770d0f0f7c1b3b48de9570 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 19 Dec 2024 16:00:58 +0100 Subject: marvin: add picocom for connecting to NanoPi R6C --- user/marvin.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/marvin.nix b/user/marvin.nix index d791d0b5..41cab689 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -23,6 +23,9 @@ home.sessionPath = [ "$HOME/.cache/lm-studio/bin" ]; + home.packages = with pkgs; [ + picocom + ]; launchd.agents.colima = { enable = true; -- cgit 1.4.1