From 5c71ee1ab535e5c9bfe85c53fd61705136812d99 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 31 May 2023 12:24:05 +0200 Subject: [PATCH] finally add a shorthand helper script for rsyncing repos to machines --- home/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index e537195..f971986 100644 --- a/home/home.nix +++ b/home/home.nix @@ -453,7 +453,8 @@ in binpath() { realpath $(${pkgs.which}/bin/which $1) } - ''; + '' + + (import ./scripts/reporsync.nix {inherit pkgs;}); oh-my-zsh = {