diff --git a/README.md b/README.md index 4c65a07..e2eb005 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Get repo -git clone https://github.com/cupcakearmy/nix-macos ~/.config/nix-macos +git clone https://github.com/cupcakearmy/nix-macos ~/.config/dotfiles # Unlock (Given that the base64 key is in your clipboard) nix shell nixpkgs#git nixpkgs#git-crypt nixpkgs#coreutils @@ -30,7 +30,7 @@ git-crypt unlock .key # Installation # Available hosts can be found in the ./hosts directory -sudo nix run nix-darwin -- switch --flake ~/.config/nix-macos# +sudo nix run nix-darwin -- switch --flake ~/.config/dotfiles# # After installation simply use the provided alias to rebuild vai diff --git a/home/home.nix b/home/home.nix index 7e03820..aad619a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -40,7 +40,7 @@ let n = "fnm use --install-if-missing"; c = "pwd | pbcopy"; - vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}"; + vai = "sudo darwin-rebuild switch --flake ~/.config/dotfiles#${host.hostName}"; clean = "nix-collect-garbage -d"; }; }; diff --git a/secrets/git/config.1k5 b/secrets/git/config.1k5 new file mode 100644 index 0000000..448a272 Binary files /dev/null and b/secrets/git/config.1k5 differ