fixed user replacement

This commit is contained in:
2025-02-13 18:01:53 -08:00
parent a292a52e2a
commit 62cb886b80

View File

@@ -23,9 +23,7 @@ nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz home-manager
nix-channel --update
replacement_word="$USER"
files=("home.nix" "cli-tools.nix")
files=("home-manager/home.nix" "home-manager/cli-tools.nix")
for file in "${files[@]}"; do
if [ -f "$file" ]; then