diff --git a/README.org b/README.org index e74353f..c03e5e4 100644 --- a/README.org +++ b/README.org @@ -26,20 +26,20 @@ nixos-rebuild switch --flake .#Satori #+end_src or #+begin_src sh -nixos-rebuild switch --flake github:natto1784/dotfiles#Satori +nixos-rebuild switch --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos" #+end_src Replace ~Satori~ with whatever system you want or replace with whatever hostname you want in the config * How home-manager workey Just do #+begin_src sh -nix run nixpkgs#home-manager switch -- --flake github:natto1784/dotfiles +nix run nixpkgs#home-manager switch -- --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos" #+end_src * How packages workey To build or run any of the packages in this flake do #+begin_src sh -nix <"run"/"build"> github:natto1784/dotfiles#pkgs.. +nix <"run"/"build"> "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"#pkgs.. #+end_src -----