From 6293a139658a0ad6a8f9a6d45fcc003ddb701f26 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 18 Oct 2023 09:37:43 +0800 Subject: [PATCH] profiles/dev: add sshfs --- modules/nixos/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index b99a8f68..6ae6088a 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -98,6 +98,7 @@ in { gnumake # The other poster boy for the hated build system. man-pages # Extra manpages. moreutils # Less is more but more utilities, the merrier. + sshfs # Make others' home your own. quilt # Patching right up yer' alley. whois # Doctor, are you not? valgrind # Making sure your applications don't pee as much.