Skip to content

Commit

Permalink
chore(readme): Append if it already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jun 14, 2024
1 parent ec4275a commit f7d75fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To browse the capabilities of home-manager (and to see what else can go in your

```sh
mkdir -p ~/.config/nix
echo "trusted-users = root $USER" > $HOME/.config/nix/nix.conf
echo "trusted-users = root $USER" >> $HOME/.config/nix/nix.conf
sudo pkill nix-daemon
```

Expand Down

0 comments on commit f7d75fe

Please sign in to comment.