Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jul 6, 2023
1 parent 34acfd3 commit b663214
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,19 @@ Other than that, more of the same...
# Applying

```bash
home-manager switch --flake ".#carlos@$(hostname)"

# Or with task:
task apply
```

On macOS, you may also:

```bash
nix build "./#darwinConfigurations.$(hostname).system"
./result/sw/bin/darwin-rebuild switch --flake .

# Or with task:
task apply_darwin
```

Expand All @@ -60,6 +67,9 @@ chsh -s (which fish)
# Update packages

```bash
nix flake update

# Or with task:
task update
```

Expand Down

0 comments on commit b663214

Please sign in to comment.