more stuff

This commit is contained in:
Tyler Mac
2026-08-19 19:03:55 -04:00
parent 10fcd44cd5
commit d5dea98d07
+17 -1
View File
@@ -39,7 +39,23 @@ This repository contains a Nix flake configuration for setting up a development
To use this configuration with Home Manager: To use this configuration with Home Manager:
1. Make sure you have Nix installed 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: The configuration will set up:
- Default shell to zsh - Default shell to zsh