diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-22 13:53:11 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-22 13:53:11 +0530 |
commit | 88edcc186fad93e20836f937a9d445e3ba7cb533 (patch) | |
tree | ab443330f28ef1b3dc6374364315c1760abd9cf4 | |
parent | c894f44a8fd2e0740a8c4796c96a5ef2208ead76 (diff) |
chore(home/pc): add mosh
-rw-r--r-- | home/pc/home.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/pc/home.nix b/home/pc/home.nix index e34507c..16240ed 100644 --- a/home/pc/home.nix +++ b/home/pc/home.nix @@ -5,5 +5,8 @@ ../wayland/home.nix ]; - home.packages = with pkgs; [ ffmpeg ]; + home.packages = with pkgs; [ + ffmpeg + mosh + ]; } |