Added install tldr to main readme

This commit is contained in:
Emmet 2024-02-25 15:50:21 -06:00
parent f97b25e547
commit b22e6e1f63

View file

@ -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