all repos — nixfiles @ 7442056711d6cf440d770d0f0f7c1b3b48de9570

System and user configuration, managed by nix and home-manager

marvin: add picocom for connecting to NanoPi R6C

Alan Pearce
commit

7442056711d6cf440d770d0f0f7c1b3b48de9570

parent

aaa2399c96a0304aaeb53c018a1471ac3d5d2370

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/marvin.nixuser/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;