From f7d75fe65e6e5d527f63e9b0eb1268ca60fb75f6 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:56:06 -0400 Subject: [PATCH] chore(readme): Append if it already exists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063e081..7c980f0 100644 --- a/README.md +++ b/README.md @@ -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 ```