all repos — nixfiles @ 6d18e777fbf8168b416f3e44f684c0c4d3932d0f

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

Remove sshfs

Can't remember what I used it for
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 22:21:53 +0200
commit

6d18e777fbf8168b416f3e44f684c0c4d3932d0f

parent

9c9fbbcce522f713a6444d77c708ddb12d577f5f

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

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -12,7 +12,6 @@ home.packages = with pkgs; [     librewolf
     unstable.logseq
   ] ++ lib.optionals (!stdenv.isDarwin) [
-    pkgs.sshfs
     pkgs.mu
   ];
 }