summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;