From 1b3cfe970139b40c50f8f1790314a8abbe1c862a Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Sun, 17 Dec 2023 00:35:03 -0500 Subject: [PATCH] feat: add rclone and restic --- home-manager/modules/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 7667ae4..9170211 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -46,6 +46,8 @@ hyperfine # Command-line benchmarking tool. mkvtoolnix # Set of tools to create, alter, and inspect Matroska files (MKV). p7zip # Command-line tool for handling 7z compressed files. + rclone # Command-line program to manage files on cloud storage with support for a wide range of providers and advanced synchronization features. + restic # Secure and efficient backup tool with deduplication, encryption, and flexible storage options. scc # Source code counter for various programming languages, providing code statistics and complexity analysis. tree # Displays directory structure in a tree-like format. unzip # Command-line tool for extracting files from ZIP archives.