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'..."