From d5dea98d07222723e2198be670e5e7995925918d Mon Sep 17 00:00:00 2001 From: Tyler Mac Date: Wed, 19 Aug 2026 19:03:55 -0400 Subject: [PATCH] more stuff --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dc468d..46656e6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,23 @@ This repository contains a Nix flake configuration for setting up a development To use this configuration with Home Manager: 1. Make sure you have Nix installed -2. Run `home-manager switch` to apply the configuration +2. Clone the repository from your remote source: + ```bash + git clone https://gitea.tylerbohrer.dev/tyler/my-default-nix-home.git + ``` +3. Navigate to the directory: + ```bash + cd my-default-nix-home + ``` +4. Run the Home Manager switch command: + ```bash + nix run nixpkgs#home-manager -- switch --flake . + ``` + +Alternatively, you can use the remote repository directly: +```bash +nix run nixpkgs#home-manager -- switch --flake https://gitea.tylerbohrer.dev/tyler/my-default-nix-home +``` The configuration will set up: - Default shell to zsh