more stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user