summaryrefslogtreecommitdiff
path: root/home/pc/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/pc/home.nix')
-rw-r--r--home/pc/home.nix5
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
+ ];
}