diff --git a/README.org b/README.org index 27890bd..9217edf 100644 --- a/README.org +++ b/README.org @@ -21,6 +21,11 @@ Using this I have [[./themes][55+ themes]] (I add more sometimes) I can switch b ** Install I wrote some reinstall notes for myself [[./install.org][here (install.org)]]. +TLDR: You should™ be able to install my dotfiles to an existing UEFI NixOS system with the following script: +#+begin_src sh :noeval +nix-shell -p git --command "nix-run gitlab:librephoenix/nixos-config --extra-experimental-features nix-command --extra-experimental-features flakes" +#+end_src + ** Modules Separate Nix files can be imported as modules using an import block: #+BEGIN_SRC nix