all repos — nixfiles @ 9784ad0552c91049a357bd4a123f4ba2784a9990

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

user-interface: install sshfs

Alan Pearce
commit

9784ad0552c91049a357bd4a123f4ba2784a9990

parent

4b6fcdaaedd86789e8212ca2af378f8ab1d27317

1 file changed, 1 insertion(+), 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 ]; }