Clean up user configuration and organize documentation

- Remove Syncthing service and configurations from users/jsutter.nix
- Remove OpenVPN configurations and delete users/openvpn/ folder
- Move Android development (programs.adb.enable) to desktop/dev.nix
- Remove syncthing and adbusers groups from user extraGroups
- Organize documentation: move README-hybrid-packages.md to docs/ folder
- Keep main README.md in root for project overview

Result: Cleaner, more focused user configuration with development
features properly organized in desktop modules and documentation
structured in dedicated docs folder.
This commit is contained in:
Julian Sutter 2025-07-30 23:25:24 -07:00
parent 61c3722f5a
commit 9cf781aa18
5 changed files with 4 additions and 389 deletions

View file

@ -12,4 +12,7 @@ environment.systemPackages = with pkgs; [
programs.nix-ld.enable = true;
# Android Development
programs.adb.enable = true;
}