all repos — nixfiles @ 9784ad0552c91049a357bd4a123f4ba2784a9990

System and user configuration, managed by nix and home-manager

user-interface: install sshfs
Alan Pearce alan@alanpearce.eu
Sun, 06 Oct 2019 03:21:05 +0200
commit

9784ad0552c91049a357bd4a123f4ba2784a9990

parent

4b6fcdaaedd86789e8212ca2af378f8ab1d27317

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/modules/user-interface.nixuser/modules/user-interface.nix
@@ -11,6 +11,7 @@   home.packages = with pkgs; [
     unstable.xst # st, but with support for XResources
   ] ++ lib.optionals (!stdenv.isDarwin) [
+    pkgs.sshfs
     pkgs.unstable.mu
   ];
 }