From b22e6e1f636e93bfdb4b2dca3471dbea47377a7e Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 25 Feb 2024 15:50:21 -0600 Subject: [PATCH] Added install tldr to main readme --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 27890bdb..9217edfc 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