diff options
author | Alan Pearce | 2024-12-19 16:00:58 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-19 16:00:58 +0100 |
commit | 7442056711d6cf440d770d0f0f7c1b3b48de9570 (patch) | |
tree | 5fba977e7d117850bc40e035e0dd63c7ecf4a3e6 /user | |
parent | aaa2399c96a0304aaeb53c018a1471ac3d5d2370 (diff) | |
download | nixfiles-7442056711d6cf440d770d0f0f7c1b3b48de9570.tar.lz nixfiles-7442056711d6cf440d770d0f0f7c1b3b48de9570.tar.zst nixfiles-7442056711d6cf440d770d0f0f7c1b3b48de9570.zip |
Diffstat (limited to 'user')
-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; |