diff --git a/README.md b/README.md index d83bf07..bc69530 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This repo contains all the tools to correctly setup all the needed tools on a ma [home-manager manual](https://nix-community.github.io/home-manager/index.xhtml) ```sh -home-manager switch --flake .#noahk@NixOS_Desktop +home-manager switch --flake ".#noahk@NixOS_Desktop" ``` ```sh -sudo nixos-rebuild switch --flake .#NixOS_Desktop +sudo nixos-rebuild switch --flake ".#NixOS_Desktop" ```