summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-19 16:00:58 +0100
committerAlan Pearce2024-12-19 16:00:58 +0100
commit7442056711d6cf440d770d0f0f7c1b3b48de9570 (patch)
tree5fba977e7d117850bc40e035e0dd63c7ecf4a3e6
parentaaa2399c96a0304aaeb53c018a1471ac3d5d2370 (diff)
downloadnixfiles-7442056711d6cf440d770d0f0f7c1b3b48de9570.tar.lz
nixfiles-7442056711d6cf440d770d0f0f7c1b3b48de9570.tar.zst
nixfiles-7442056711d6cf440d770d0f0f7c1b3b48de9570.zip
marvin: add picocom for connecting to NanoPi R6C HEAD main
-rw-r--r--user/marvin.nix3
1 files changed, 3 insertions, 0 deletions
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;