localsend is really cool

This commit is contained in:
Emmet
2025-08-28 19:49:33 -05:00
parent 30e2e2b5e0
commit c94dcbff29

View File

@@ -83,6 +83,10 @@
# Remove bloat
programs.nano.enable = lib.mkForce false;
# Localsend is helpful for setting up new systems or quickly transferring files
programs.localsend.enable = true;
programs.localsend.openFirewall = true;
};
}