From c4d1e50f32a7dd6513754c29a10a17e2117cb955 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Fri, 15 Nov 2024 12:12:22 +0700 Subject: [PATCH] fix path --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a79e9ca..156bf9d 100644 --- a/setup.sh +++ b/setup.sh @@ -24,7 +24,7 @@ mkdir -p /home/$USER/.config/nixpkgs # Download flake.nix file echo "Downloading flake.nix configuration..." -cp /path/to/flake.nix /home/$USER/.config/nixpkgs/flake.nix # Change this to the correct path +cp ~/nix/ /home/$USER/.config/nixpkgs/flake.nix # Change this to the correct path # Generate passwords echo "Generating passwords for user 'gabriel'..."