diff options
Diffstat (limited to 'user/marvin.nix')
-rw-r--r-- | user/marvin.nix | 3 |
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; |