From 9784ad0552c91049a357bd4a123f4ba2784a9990 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 6 Oct 2019 03:21:05 +0200 Subject: user-interface: install sshfs --- user/modules/user-interface.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/modules') diff --git a/user/modules/user-interface.nix b/user/modules/user-interface.nix index 835cb7b7..31ba349d 100644 --- a/user/modules/user-interface.nix +++ b/user/modules/user-interface.nix @@ -11,6 +11,7 @@ in home.packages = with pkgs; [ unstable.xst # st, but with support for XResources ] ++ lib.optionals (!stdenv.isDarwin) [ + pkgs.sshfs pkgs.unstable.mu ]; } -- cgit 1.4.1