From 434324e584149cc340f513150d098ef114225959 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 11 Oct 2021 10:55:17 +0200 Subject: [PATCH] 2nd script and setup for work monitors Signed-off-by: Stefan Ellmauthaler --- to_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_system.sh b/to_system.sh index 388a8d8..f147bc1 100755 --- a/to_system.sh +++ b/to_system.sh @@ -9,4 +9,4 @@ for machine in `exa --all -l machine | grep "^d" | cut -d" " -f8`; do cp -r machine/$machine /etc/nixos/machine/. done -cp -r ./home/config/* $HOME/.config/. +cp -r ./home/config/* /home/ellmau/.config/.